Shades of Deco #D0CE74
Tints of Deco #D0CE74
RGB
CMYK
RGB Variations
Color information
#D0CE74 (or 0xD0CE74) is known color: Deco. HEX triplet: D0, CE and 74. RGB value is (208,206,116). Sum of RGB (Red+Green+Blue) = 208+206+116=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE74 is #2F318B. Grayscale: #C4C4C4. Windows color (decimal): -3092876 or 7655120. OLE color: 7655120.
HSL color Cylindrical-coordinate representation of color #D0CE74: hue angle of 58.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0CE74 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 116 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.18 |
| HSL | 58.7º | 0.49% | 0.64% | - |
| HSV(B) | 58.7º | 0.44% | 0.82% | - |
| XYZ | 51.24 | 58.81 | 25.17 | - |
| YUV | 196.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 116 | 0 | 0.01 | 0.44 | 0.18 | 58.7 | 0.49 | 0.64 |
| Hex | D0 | CE | 74 | 0 | 1 | 2C | 12 | 3B | 31 | 40 |
| Octal | 320 | 316 | 164 | 0 | 1 | 54 | 22 | 73 | 61 | 100 |
| Binary | 11010000 | 11001110 | 1110100 | 0 | 1 | 101100 | 10010 | 111011 | 110001 | 1000000 |
Color Harmonies of #D0CE74
Complementary color
Monochromatic Colors of #D0CE74
Black with #D0CE74
Text Example
Text Example
White with #D0CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE74; }
p { color: rgb(208,206,116); }
H1.HeaderClassName
{
color: #D0CE74;
}
.AnyTagClassName
{
color: #D0CE74;
}
</style>
background-color css
<style>
a { background-color: #D0CE74; }
a { background-color: rgb(208,206,116); }
div.DivClassName
{
background-color: #D0CE74;
}
.BgClassName
{
background-color: #D0CE74;
}
</style>
border-color css
<style>
span { border-color: #D0CE74; }
span { border-color: rgb(208,206,116); }
td.TdClassName
{
border-color: #D0CE74;
}
.TagClassName
{
border-color: #D0CE74;
}
</style>