Shades of Deco #D0CC7F
Tints of Deco #D0CC7F
RGB
CMYK
RGB Variations
Color information
#D0CC7F (or 0xD0CC7F) is known color: Deco. HEX triplet: D0, CC and 7F. RGB value is (208,204,127). Sum of RGB (Red+Green+Blue) = 208+204+127=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC7F is #2F3380. Grayscale: #C4C4C4. Windows color (decimal): -3093377 or 8375504. OLE color: 8375504.
HSL color Cylindrical-coordinate representation of color #D0CC7F: hue angle of 57.04º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0CC7F is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 127 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.18 |
| HSL | 57.04º | 0.46% | 0.66% | - |
| HSV(B) | 57.04º | 0.39% | 0.82% | - |
| XYZ | 51.44 | 58.13 | 28.59 | - |
| YUV | 196.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 127 | 0 | 0.02 | 0.39 | 0.18 | 57.04 | 0.46 | 0.66 |
| Hex | D0 | CC | 7F | 0 | 2 | 27 | 12 | 39 | 2E | 42 |
| Octal | 320 | 314 | 177 | 0 | 2 | 47 | 22 | 71 | 56 | 102 |
| Binary | 11010000 | 11001100 | 1111111 | 0 | 10 | 100111 | 10010 | 111001 | 101110 | 1000010 |
Color Harmonies of #D0CC7F
Complementary color
Monochromatic Colors of #D0CC7F
Black with #D0CC7F
Text Example
Text Example
White with #D0CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC7F; }
p { color: rgb(208,204,127); }
H1.HeaderClassName
{
color: #D0CC7F;
}
.AnyTagClassName
{
color: #D0CC7F;
}
</style>
background-color css
<style>
a { background-color: #D0CC7F; }
a { background-color: rgb(208,204,127); }
div.DivClassName
{
background-color: #D0CC7F;
}
.BgClassName
{
background-color: #D0CC7F;
}
</style>
border-color css
<style>
span { border-color: #D0CC7F; }
span { border-color: rgb(208,204,127); }
td.TdClassName
{
border-color: #D0CC7F;
}
.TagClassName
{
border-color: #D0CC7F;
}
</style>