Shades of Confetti #D2C24A
Tints of Confetti #D2C24A
RGB
CMYK
RGB Variations
Color information
#D2C24A (or 0xD2C24A) is known color: Confetti. HEX triplet: D2, C2 and 4A. RGB value is (210,194,74). Sum of RGB (Red+Green+Blue) = 210+194+74=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C24A is #2D3DB5. Grayscale: #B9B9B9. Windows color (decimal): -2964918 or 4899538. OLE color: 4899538.
HSL color Cylindrical-coordinate representation of color #D2C24A: hue angle of 52.94º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2C24A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 74 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.18 |
| HSL | 52.94º | 0.6% | 0.56% | - |
| HSV(B) | 52.94º | 0.65% | 0.82% | - |
| XYZ | 47.11 | 52.78 | 14.18 | - |
| YUV | 185.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 74 | 0 | 0.08 | 0.65 | 0.18 | 52.94 | 0.6 | 0.56 |
| Hex | D2 | C2 | 4A | 0 | 8 | 41 | 12 | 35 | 3C | 38 |
| Octal | 322 | 302 | 112 | 0 | 10 | 101 | 22 | 65 | 74 | 70 |
| Binary | 11010010 | 11000010 | 1001010 | 0 | 1000 | 1000001 | 10010 | 110101 | 111100 | 111000 |
Color Harmonies of #D2C24A
Complementary color
Monochromatic Colors of #D2C24A
Black with #D2C24A
Text Example
Text Example
White with #D2C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C24A; }
p { color: rgb(210,194,74); }
H1.HeaderClassName
{
color: #D2C24A;
}
.AnyTagClassName
{
color: #D2C24A;
}
</style>
background-color css
<style>
a { background-color: #D2C24A; }
a { background-color: rgb(210,194,74); }
div.DivClassName
{
background-color: #D2C24A;
}
.BgClassName
{
background-color: #D2C24A;
}
</style>
border-color css
<style>
span { border-color: #D2C24A; }
span { border-color: rgb(210,194,74); }
td.TdClassName
{
border-color: #D2C24A;
}
.TagClassName
{
border-color: #D2C24A;
}
</style>