#D6D446

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

Shades of Confetti #D6D446

Tints of Confetti #D6D446

Color information

#D6D446 (or 0xD6D446) is unknown color: approx Confetti. HEX triplet: D6, D4 and 46. RGB value is (214,212,70). Sum of RGB (Red+Green+Blue) = 214+212+70=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D446 is #292BB9. Grayscale: #C4C4C4. Windows color (decimal): -2698170 or 4642006. OLE color: 4642006.

HSL color Cylindrical-coordinate representation of color #D6D446: hue angle of 59.17º 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 #D6D446 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21421270-
CMYK00.010.670.16
HSL59.17º63.72%55.69%-
HSV(B)59.17º67.29%83.92%-
XYZ52.3861.8314.97-
YUV196.4156.66140.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 70 (27.73% from 255) = 14.11%
R=43.15%
G=42.74%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142127000.010.670.1659.1763.7255.69
HexD6D4460143103b4038
Octal32632410601103207310070
Binary11010110110101001000110011000011100001110111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D446; }

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

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

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

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

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

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

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

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