Shades of Confetti #D0CE54
Tints of Confetti #D0CE54
RGB
CMYK
RGB Variations
Color information
#D0CE54 (or 0xD0CE54) is known color: Confetti. HEX triplet: D0, CE and 54. RGB value is (208,206,84). Sum of RGB (Red+Green+Blue) = 208+206+84=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE54 is #2F31AB. Grayscale: #C1C1C1. Windows color (decimal): -3092908 or 5557968. OLE color: 5557968.
HSL color Cylindrical-coordinate representation of color #D0CE54: hue angle of 59.03º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0CE54 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 84 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.18 |
| HSL | 59.03º | 0.57% | 0.57% | - |
| HSV(B) | 59.03º | 0.6% | 0.82% | - |
| XYZ | 49.68 | 58.19 | 17 | - |
| YUV | 192.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 84 | 0 | 0.01 | 0.60 | 0.18 | 59.03 | 0.57 | 0.57 |
| Hex | D0 | CE | 54 | 0 | 1 | 3C | 12 | 3B | 39 | 39 |
| Octal | 320 | 316 | 124 | 0 | 1 | 74 | 22 | 73 | 71 | 71 |
| Binary | 11010000 | 11001110 | 1010100 | 0 | 1 | 111100 | 10010 | 111011 | 111001 | 111001 |
Color Harmonies of #D0CE54
Complementary color
Monochromatic Colors of #D0CE54
Black with #D0CE54
Text Example
Text Example
White with #D0CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE54; }
p { color: rgb(208,206,84); }
H1.HeaderClassName
{
color: #D0CE54;
}
.AnyTagClassName
{
color: #D0CE54;
}
</style>
background-color css
<style>
a { background-color: #D0CE54; }
a { background-color: rgb(208,206,84); }
div.DivClassName
{
background-color: #D0CE54;
}
.BgClassName
{
background-color: #D0CE54;
}
</style>
border-color css
<style>
span { border-color: #D0CE54; }
span { border-color: rgb(208,206,84); }
td.TdClassName
{
border-color: #D0CE54;
}
.TagClassName
{
border-color: #D0CE54;
}
</style>