Shades of Confetti #D2C451
Tints of Confetti #D2C451
RGB
CMYK
RGB Variations
Color information
#D2C451 (or 0xD2C451) is known color: Confetti. HEX triplet: D2, C4 and 51. RGB value is (210,196,81). Sum of RGB (Red+Green+Blue) = 210+196+81=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C451 is #2D3BAE. Grayscale: #BBBBBB. Windows color (decimal): -2964399 or 5358802. OLE color: 5358802.
HSL color Cylindrical-coordinate representation of color #D2C451: hue angle of 53.49º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2C451 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 81 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.18 |
| HSL | 53.49º | 0.59% | 0.57% | - |
| HSV(B) | 53.49º | 0.61% | 0.82% | - |
| XYZ | 47.8 | 53.78 | 15.64 | - |
| YUV | 187.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 81 | 0 | 0.07 | 0.61 | 0.18 | 53.49 | 0.59 | 0.57 |
| Hex | D2 | C4 | 51 | 0 | 7 | 3D | 12 | 35 | 3B | 39 |
| Octal | 322 | 304 | 121 | 0 | 7 | 75 | 22 | 65 | 73 | 71 |
| Binary | 11010010 | 11000100 | 1010001 | 0 | 111 | 111101 | 10010 | 110101 | 111011 | 111001 |
Color Harmonies of #D2C451
Complementary color
Monochromatic Colors of #D2C451
Black with #D2C451
Text Example
Text Example
White with #D2C451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C451; }
p { color: rgb(210,196,81); }
H1.HeaderClassName
{
color: #D2C451;
}
.AnyTagClassName
{
color: #D2C451;
}
</style>
background-color css
<style>
a { background-color: #D2C451; }
a { background-color: rgb(210,196,81); }
div.DivClassName
{
background-color: #D2C451;
}
.BgClassName
{
background-color: #D2C451;
}
</style>
border-color css
<style>
span { border-color: #D2C451; }
span { border-color: rgb(210,196,81); }
td.TdClassName
{
border-color: #D2C451;
}
.TagClassName
{
border-color: #D2C451;
}
</style>