Shades of Confetti #D2C84A
Tints of Confetti #D2C84A
RGB
CMYK
RGB Variations
Color information
#D2C84A (or 0xD2C84A) is known color: Confetti. HEX triplet: D2, C8 and 4A. RGB value is (210,200,74). Sum of RGB (Red+Green+Blue) = 210+200+74=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C84A is #2D37B5. Grayscale: #BDBDBD. Windows color (decimal): -2963382 or 4901074. OLE color: 4901074.
HSL color Cylindrical-coordinate representation of color #D2C84A: hue angle of 55.59º 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 #D2C84A is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 74 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.18 |
| HSL | 55.59º | 0.6% | 0.56% | - |
| HSV(B) | 55.59º | 0.65% | 0.82% | - |
| XYZ | 48.47 | 55.5 | 14.64 | - |
| YUV | 188.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 74 | 0 | 0.05 | 0.65 | 0.18 | 55.59 | 0.6 | 0.56 |
| Hex | D2 | C8 | 4A | 0 | 5 | 41 | 12 | 38 | 3C | 38 |
| Octal | 322 | 310 | 112 | 0 | 5 | 101 | 22 | 70 | 74 | 70 |
| Binary | 11010010 | 11001000 | 1001010 | 0 | 101 | 1000001 | 10010 | 111000 | 111100 | 111000 |
Color Harmonies of #D2C84A
Complementary color
Monochromatic Colors of #D2C84A
Black with #D2C84A
Text Example
Text Example
White with #D2C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C84A; }
p { color: rgb(210,200,74); }
H1.HeaderClassName
{
color: #D2C84A;
}
.AnyTagClassName
{
color: #D2C84A;
}
</style>
background-color css
<style>
a { background-color: #D2C84A; }
a { background-color: rgb(210,200,74); }
div.DivClassName
{
background-color: #D2C84A;
}
.BgClassName
{
background-color: #D2C84A;
}
</style>
border-color css
<style>
span { border-color: #D2C84A; }
span { border-color: rgb(210,200,74); }
td.TdClassName
{
border-color: #D2C84A;
}
.TagClassName
{
border-color: #D2C84A;
}
</style>