#D6C146

Color #D6C146 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D6C146

Tints of Confetti #D6C146

Color information

#D6C146 (or 0xD6C146) is unknown color: approx Confetti. HEX triplet: D6, C1 and 46. RGB value is (214,193,70). Sum of RGB (Red+Green+Blue) = 214+193+70=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C146 is #293EB9. Grayscale: #B9B9B9. Windows color (decimal): -2703034 or 4637142. OLE color: 4637142.

HSL color Cylindrical-coordinate representation of color #D6C146: hue angle of 51.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6C146 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21419370-
CMYK00.100.670.16
HSL51.25º63.72%55.69%-
HSV(B)51.25º67.29%83.92%-
XYZ47.9152.8813.48-
YUV185.2662.96148.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 70 (27.73% from 255) = 14.68%
R=44.86%
G=40.46%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141937000.100.670.1651.2563.7255.69
HexD6C1460A4310334038
Octal326301106012103206310070
Binary11010110110000011000110010101000011100001100111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C146; }

 p { color: rgb(214,193,70); }

 H1.HeaderClassName
 {
   color: #D6C146;
 }
 .AnyTagClassName
 {
   color: #D6C146;
 }
</style>
background-color css

<style>
 a { background-color: #D6C146; }

 a { background-color: rgb(214,193,70); }

 div.DivClassName
 {
   background-color: #D6C146;
 }
 .BgClassName
 {
   background-color: #D6C146;
 }
</style>
border-color css

<style>
 span { border-color: #D6C146; }

 span { border-color: rgb(214,193,70); }

 td.TdClassName
 {
   border-color: #D6C146;
 }
 .TagClassName
 {
   border-color: #D6C146;
 }
</style>