Shades of Deco #D0CE7E
Tints of Deco #D0CE7E
RGB
CMYK
RGB Variations
Color information
#D0CE7E (or 0xD0CE7E) is known color: Deco. HEX triplet: D0, CE and 7E. RGB value is (208,206,126). Sum of RGB (Red+Green+Blue) = 208+206+126=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE7E is #2F3181. Grayscale: #C5C5C5. Windows color (decimal): -3092866 or 8310480. OLE color: 8310480.
HSL color Cylindrical-coordinate representation of color #D0CE7E: hue angle of 58.54º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0CE7E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 126 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.18 |
| HSL | 58.54º | 0.47% | 0.65% | - |
| HSV(B) | 58.54º | 0.39% | 0.82% | - |
| XYZ | 51.85 | 59.06 | 28.41 | - |
| YUV | 197.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 126 | 0 | 0.01 | 0.39 | 0.18 | 58.54 | 0.47 | 0.65 |
| Hex | D0 | CE | 7E | 0 | 1 | 27 | 12 | 3B | 2F | 41 |
| Octal | 320 | 316 | 176 | 0 | 1 | 47 | 22 | 73 | 57 | 101 |
| Binary | 11010000 | 11001110 | 1111110 | 0 | 1 | 100111 | 10010 | 111011 | 101111 | 1000001 |
Color Harmonies of #D0CE7E
Complementary color
Monochromatic Colors of #D0CE7E
Black with #D0CE7E
Text Example
Text Example
White with #D0CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE7E; }
p { color: rgb(208,206,126); }
H1.HeaderClassName
{
color: #D0CE7E;
}
.AnyTagClassName
{
color: #D0CE7E;
}
</style>
background-color css
<style>
a { background-color: #D0CE7E; }
a { background-color: rgb(208,206,126); }
div.DivClassName
{
background-color: #D0CE7E;
}
.BgClassName
{
background-color: #D0CE7E;
}
</style>
border-color css
<style>
span { border-color: #D0CE7E; }
span { border-color: rgb(208,206,126); }
td.TdClassName
{
border-color: #D0CE7E;
}
.TagClassName
{
border-color: #D0CE7E;
}
</style>