#D9D245

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

Shades of Confetti #D9D245

Tints of Confetti #D9D245

Color information

#D9D245 (or 0xD9D245) is unknown color: approx Confetti. HEX triplet: D9, D2 and 45. RGB value is (217,210,69). Sum of RGB (Red+Green+Blue) = 217+210+69=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D245 is #262DBA. Grayscale: #C4C4C4. Windows color (decimal): -2502075 or 4575961. OLE color: 4575961.

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

Color convert

RGB21721069-
CMYK00.030.680.15
HSL57.16º66.07%56.08%-
HSV(B)57.16º68.2%85.1%-
XYZ52.7461.2714.68-
YUV196.0256.32142.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 210 (82.42% from 255) = 42.34%
BLUE value IS 69 (27.34% from 255) = 13.91%
R=43.75%
G=42.34%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172106900.030.680.1557.1666.0756.08
HexD9D2450344F394238
Octal33132210503104177110270
Binary11011001110100101000101011100010011111110011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D245; }

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

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

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

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

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

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

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

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