Shades of Confetti #D8C24A
Tints of Confetti #D8C24A
RGB
CMYK
RGB Variations
Color information
#D8C24A (or 0xD8C24A) is known color: Confetti. HEX triplet: D8, C2 and 4A. RGB value is (216,194,74). Sum of RGB (Red+Green+Blue) = 216+194+74=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C24A is #273DB5. Grayscale: #BBBBBB. Windows color (decimal): -2571702 or 4899544. OLE color: 4899544.
HSL color Cylindrical-coordinate representation of color #D8C24A: hue angle of 50.7º 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 #D8C24A is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 74 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.15 |
| HSL | 50.7º | 0.65% | 0.57% | - |
| HSV(B) | 50.7º | 0.66% | 0.85% | - |
| XYZ | 48.85 | 53.68 | 14.26 | - |
| YUV | 186.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 74 | 0 | 0.10 | 0.66 | 0.15 | 50.7 | 0.65 | 0.57 |
| Hex | D8 | C2 | 4A | 0 | A | 42 | F | 33 | 41 | 39 |
| Octal | 330 | 302 | 112 | 0 | 12 | 102 | 17 | 63 | 101 | 71 |
| Binary | 11011000 | 11000010 | 1001010 | 0 | 1010 | 1000010 | 1111 | 110011 | 1000001 | 111001 |
Color Harmonies of #D8C24A
Complementary color
Monochromatic Colors of #D8C24A
Black with #D8C24A
Text Example
Text Example
White with #D8C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C24A; }
p { color: rgb(216,194,74); }
H1.HeaderClassName
{
color: #D8C24A;
}
.AnyTagClassName
{
color: #D8C24A;
}
</style>
background-color css
<style>
a { background-color: #D8C24A; }
a { background-color: rgb(216,194,74); }
div.DivClassName
{
background-color: #D8C24A;
}
.BgClassName
{
background-color: #D8C24A;
}
</style>
border-color css
<style>
span { border-color: #D8C24A; }
span { border-color: rgb(216,194,74); }
td.TdClassName
{
border-color: #D8C24A;
}
.TagClassName
{
border-color: #D8C24A;
}
</style>