#D9CE4A

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

Shades of Confetti #D9CE4A

Tints of Confetti #D9CE4A

Color information

#D9CE4A (or 0xD9CE4A) is unknown color: approx Confetti. HEX triplet: D9, CE and 4A. RGB value is (217,206,74). Sum of RGB (Red+Green+Blue) = 217+206+74=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CE4A is #2631B5. Grayscale: #C2C2C2. Windows color (decimal): -2503094 or 4902617. OLE color: 4902617.

HSL color Cylindrical-coordinate representation of color #D9CE4A: hue angle of 55.38º 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 #D9CE4A is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21720674-
CMYK00.050.660.15
HSL55.38º65.3%57.06%-
HSV(B)55.38º65.9%85.1%-
XYZ51.9259.3915.21-
YUV194.2460.14144.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 74 (29.30% from 255) = 14.89%
R=43.66%
G=41.45%
B=14.89%

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
Decimal2172067400.050.660.1555.3865.357.06
HexD9CE4A0542F374139
Octal33131611205102176710171
Binary110110011100111010010100101100001011111101111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE4A; }

 p { color: rgb(217,206,74); }

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

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

 a { background-color: rgb(217,206,74); }

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

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

 span { border-color: rgb(217,206,74); }

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