Shades of Confetti #D9C24A
Tints of Confetti #D9C24A
RGB
CMYK
RGB Variations
Color information
#D9C24A (or 0xD9C24A) is known color: Confetti. HEX triplet: D9, C2 and 4A. RGB value is (217,194,74). Sum of RGB (Red+Green+Blue) = 217+194+74=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C24A is #263DB5. Grayscale: #BBBBBB. Windows color (decimal): -2506166 or 4899545. OLE color: 4899545.
HSL color Cylindrical-coordinate representation of color #D9C24A: hue angle of 50.35º 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 #D9C24A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 74 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.15 |
| HSL | 50.35º | 0.65% | 0.57% | - |
| HSV(B) | 50.35º | 0.66% | 0.85% | - |
| XYZ | 49.14 | 53.83 | 14.28 | - |
| YUV | 187.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 74 | 0 | 0.11 | 0.66 | 0.15 | 50.35 | 0.65 | 0.57 |
| Hex | D9 | C2 | 4A | 0 | B | 42 | F | 32 | 41 | 39 |
| Octal | 331 | 302 | 112 | 0 | 13 | 102 | 17 | 62 | 101 | 71 |
| Binary | 11011001 | 11000010 | 1001010 | 0 | 1011 | 1000010 | 1111 | 110010 | 1000001 | 111001 |
Color Harmonies of #D9C24A
Complementary color
Monochromatic Colors of #D9C24A
Black with #D9C24A
Text Example
Text Example
White with #D9C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C24A; }
p { color: rgb(217,194,74); }
H1.HeaderClassName
{
color: #D9C24A;
}
.AnyTagClassName
{
color: #D9C24A;
}
</style>
background-color css
<style>
a { background-color: #D9C24A; }
a { background-color: rgb(217,194,74); }
div.DivClassName
{
background-color: #D9C24A;
}
.BgClassName
{
background-color: #D9C24A;
}
</style>
border-color css
<style>
span { border-color: #D9C24A; }
span { border-color: rgb(217,194,74); }
td.TdClassName
{
border-color: #D9C24A;
}
.TagClassName
{
border-color: #D9C24A;
}
</style>