#d9cf49

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

Shades of Confetti #D9CF49

Tints of Confetti #D9CF49

Color information

#D9CF49 (or 0xD9CF49) is unknown color: approx Confetti. HEX triplet: D9, CF and 49. RGB value is (217,207,73). Sum of RGB (Red+Green+Blue) = 217+207+73=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF49 is #2630B6. Grayscale: #C3C3C3. Windows color (decimal): -2502839 or 4837337. OLE color: 4837337.

HSL color Cylindrical-coordinate representation of color #D9CF49: hue angle of 55.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9CF49 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21720773-
CMYK00.050.660.15
HSL55.83º65.45%56.86%-
HSV(B)55.83º66.36%85.1%-
XYZ52.1359.8615.11-
YUV194.7159.31143.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 73 (28.91% from 255) = 14.69%
R=43.66%
G=41.65%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172077300.050.660.1555.8365.4556.86
HexD9CF490542F384139
Octal33131711105102177010171
Binary110110011100111110010010101100001011111110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9cf49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9cf49; }

 p { color: rgb(217,207,73); }

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

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

 a { background-color: rgb(217,207,73); }

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

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

 span { border-color: rgb(217,207,73); }

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