Shades of Confetti #D0CE4E
Tints of Confetti #D0CE4E
RGB
CMYK
RGB Variations
Color information
#D0CE4E (or 0xD0CE4E) is known color: Confetti. HEX triplet: D0, CE and 4E. RGB value is (208,206,78). Sum of RGB (Red+Green+Blue) = 208+206+78=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE4E is #2F31B1. Grayscale: #C0C0C0. Windows color (decimal): -3092914 or 5164752. OLE color: 5164752.
HSL color Cylindrical-coordinate representation of color #D0CE4E: hue angle of 59.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0CE4E is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 78 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.18 |
| HSL | 59.08º | 0.58% | 0.56% | - |
| HSV(B) | 59.08º | 0.63% | 0.82% | - |
| XYZ | 49.46 | 58.1 | 15.82 | - |
| YUV | 192.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 78 | 0 | 0.01 | 0.62 | 0.18 | 59.08 | 0.58 | 0.56 |
| Hex | D0 | CE | 4E | 0 | 1 | 3E | 12 | 3B | 3A | 38 |
| Octal | 320 | 316 | 116 | 0 | 1 | 76 | 22 | 73 | 72 | 70 |
| Binary | 11010000 | 11001110 | 1001110 | 0 | 1 | 111110 | 10010 | 111011 | 111010 | 111000 |
Color Harmonies of #D0CE4E
Complementary color
Monochromatic Colors of #D0CE4E
Black with #D0CE4E
Text Example
Text Example
White with #D0CE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE4E; }
p { color: rgb(208,206,78); }
H1.HeaderClassName
{
color: #D0CE4E;
}
.AnyTagClassName
{
color: #D0CE4E;
}
</style>
background-color css
<style>
a { background-color: #D0CE4E; }
a { background-color: rgb(208,206,78); }
div.DivClassName
{
background-color: #D0CE4E;
}
.BgClassName
{
background-color: #D0CE4E;
}
</style>
border-color css
<style>
span { border-color: #D0CE4E; }
span { border-color: rgb(208,206,78); }
td.TdClassName
{
border-color: #D0CE4E;
}
.TagClassName
{
border-color: #D0CE4E;
}
</style>