#D9CE45

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

Shades of Confetti #D9CE45

Tints of Confetti #D9CE45

Color information

#D9CE45 (or 0xD9CE45) is unknown color: approx Confetti. HEX triplet: D9, CE and 45. RGB value is (217,206,69). Sum of RGB (Red+Green+Blue) = 217+206+69=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CE45 is #2631BA. Grayscale: #C2C2C2. Windows color (decimal): -2503099 or 4574937. OLE color: 4574937.

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

Color convert

RGB21720669-
CMYK00.050.680.15
HSL55.54º66.07%56.08%-
HSV(B)55.54º68.2%85.1%-
XYZ51.7659.3214.35-
YUV193.6757.64144.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 69 (27.34% from 255) = 14.02%
R=44.11%
G=41.87%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172066900.050.680.1555.5466.0756.08
HexD9CE450544F384238
Octal33131610505104177010270
Binary110110011100111010001010101100010011111110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE45; }

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

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

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

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

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

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

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

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