Shades of Deco #D0CF7B
Tints of Deco #D0CF7B
RGB
CMYK
RGB Variations
Color information
#D0CF7B (or 0xD0CF7B) is known color: Deco. HEX triplet: D0, CF and 7B. RGB value is (208,207,123). Sum of RGB (Red+Green+Blue) = 208+207+123=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF7B is #2F3084. Grayscale: #C6C6C6. Windows color (decimal): -3092613 or 8114128. OLE color: 8114128.
HSL color Cylindrical-coordinate representation of color #D0CF7B: hue angle of 59.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0CF7B is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 123 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.18 |
| HSL | 59.29º | 0.47% | 0.65% | - |
| HSV(B) | 59.29º | 0.41% | 0.82% | - |
| XYZ | 51.9 | 59.47 | 27.48 | - |
| YUV | 197.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 123 | 0 | 0.00 | 0.41 | 0.18 | 59.29 | 0.47 | 0.65 |
| Hex | D0 | CF | 7B | 0 | 0 | 29 | 12 | 3B | 2F | 41 |
| Octal | 320 | 317 | 173 | 0 | 0 | 51 | 22 | 73 | 57 | 101 |
| Binary | 11010000 | 11001111 | 1111011 | 0 | 0 | 101001 | 10010 | 111011 | 101111 | 1000001 |
Color Harmonies of #D0CF7B
Complementary color
Monochromatic Colors of #D0CF7B
Black with #D0CF7B
Text Example
Text Example
White with #D0CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF7B; }
p { color: rgb(208,207,123); }
H1.HeaderClassName
{
color: #D0CF7B;
}
.AnyTagClassName
{
color: #D0CF7B;
}
</style>
background-color css
<style>
a { background-color: #D0CF7B; }
a { background-color: rgb(208,207,123); }
div.DivClassName
{
background-color: #D0CF7B;
}
.BgClassName
{
background-color: #D0CF7B;
}
</style>
border-color css
<style>
span { border-color: #D0CF7B; }
span { border-color: rgb(208,207,123); }
td.TdClassName
{
border-color: #D0CF7B;
}
.TagClassName
{
border-color: #D0CF7B;
}
</style>