#D9D349

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

Shades of Confetti #D9D349

Tints of Confetti #D9D349

Color information

#D9D349 (or 0xD9D349) is unknown color: approx Confetti. HEX triplet: D9, D3 and 49. RGB value is (217,211,73). Sum of RGB (Red+Green+Blue) = 217+211+73=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D349 is #262CB6. Grayscale: #C5C5C5. Windows color (decimal): -2501815 or 4838361. OLE color: 4838361.

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

Color convert

RGB21721173-
CMYK00.030.660.15
HSL57.5º65.45%56.86%-
HSV(B)57.5º66.36%85.1%-
XYZ53.1161.8215.44-
YUV197.0657.99142.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 211 (82.81% from 255) = 42.12%
BLUE value IS 73 (28.91% from 255) = 14.57%
R=43.31%
G=42.12%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172117300.030.660.1557.565.4556.86
HexD9D3490342F3a4139
Octal33132311103102177210171
Binary11011001110100111001001011100001011111110101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D349; }

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

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

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

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

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

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

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

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