Shades of Confetti #D2C84B
Tints of Confetti #D2C84B
RGB
CMYK
RGB Variations
Color information
#D2C84B (or 0xD2C84B) is known color: Confetti. HEX triplet: D2, C8 and 4B. RGB value is (210,200,75). Sum of RGB (Red+Green+Blue) = 210+200+75=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C84B is #2D37B4. Grayscale: #BDBDBD. Windows color (decimal): -2963381 or 4966610. OLE color: 4966610.
HSL color Cylindrical-coordinate representation of color #D2C84B: hue angle of 55.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2C84B is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 75 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.18 |
| HSL | 55.56º | 0.6% | 0.56% | - |
| HSV(B) | 55.56º | 0.64% | 0.82% | - |
| XYZ | 48.5 | 55.52 | 14.82 | - |
| YUV | 188.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 75 | 0 | 0.05 | 0.64 | 0.18 | 55.56 | 0.6 | 0.56 |
| Hex | D2 | C8 | 4B | 0 | 5 | 40 | 12 | 38 | 3C | 38 |
| Octal | 322 | 310 | 113 | 0 | 5 | 100 | 22 | 70 | 74 | 70 |
| Binary | 11010010 | 11001000 | 1001011 | 0 | 101 | 1000000 | 10010 | 111000 | 111100 | 111000 |
Color Harmonies of #D2C84B
Complementary color
Monochromatic Colors of #D2C84B
Black with #D2C84B
Text Example
Text Example
White with #D2C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C84B; }
p { color: rgb(210,200,75); }
H1.HeaderClassName
{
color: #D2C84B;
}
.AnyTagClassName
{
color: #D2C84B;
}
</style>
background-color css
<style>
a { background-color: #D2C84B; }
a { background-color: rgb(210,200,75); }
div.DivClassName
{
background-color: #D2C84B;
}
.BgClassName
{
background-color: #D2C84B;
}
</style>
border-color css
<style>
span { border-color: #D2C84B; }
span { border-color: rgb(210,200,75); }
td.TdClassName
{
border-color: #D2C84B;
}
.TagClassName
{
border-color: #D2C84B;
}
</style>