#D6CC49

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

Shades of Confetti #D6CC49

Tints of Confetti #D6CC49

Color information

#D6CC49 (or 0xD6CC49) is unknown color: approx Confetti. HEX triplet: D6, CC and 49. RGB value is (214,204,73). Sum of RGB (Red+Green+Blue) = 214+204+73=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC49 is #2933B6. Grayscale: #C0C0C0. Windows color (decimal): -2700215 or 4836566. OLE color: 4836566.

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

Color convert

RGB21420473-
CMYK00.050.660.16
HSL55.74º63.23%56.27%-
HSV(B)55.74º65.89%83.92%-
XYZ50.5357.9614.83-
YUV192.0660.81143.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=43.58%
G=41.55%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142047300.050.660.1655.7463.2356.27
HexD6CC49054210383f38
Octal3263141110510220707770
Binary110101101100110010010010101100001010000111000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC49; }

 p { color: rgb(214,204,73); }

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

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

 a { background-color: rgb(214,204,73); }

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

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

 span { border-color: rgb(214,204,73); }

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