Shades of Deco #D0CF74
Tints of Deco #D0CF74
RGB
CMYK
RGB Variations
Color information
#D0CF74 (or 0xD0CF74) is known color: Deco. HEX triplet: D0, CF and 74. RGB value is (208,207,116). Sum of RGB (Red+Green+Blue) = 208+207+116=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF74 is #2F308B. Grayscale: #C5C5C5. Windows color (decimal): -3092620 or 7655376. OLE color: 7655376.
HSL color Cylindrical-coordinate representation of color #D0CF74: hue angle of 59.35º 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 #D0CF74 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 116 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.18 |
| HSL | 59.35º | 0.49% | 0.64% | - |
| HSV(B) | 59.35º | 0.44% | 0.82% | - |
| XYZ | 51.48 | 59.3 | 25.26 | - |
| YUV | 196.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 116 | 0 | 0.00 | 0.44 | 0.18 | 59.35 | 0.49 | 0.64 |
| Hex | D0 | CF | 74 | 0 | 0 | 2C | 12 | 3B | 31 | 40 |
| Octal | 320 | 317 | 164 | 0 | 0 | 54 | 22 | 73 | 61 | 100 |
| Binary | 11010000 | 11001111 | 1110100 | 0 | 0 | 101100 | 10010 | 111011 | 110001 | 1000000 |
Color Harmonies of #D0CF74
Complementary color
Monochromatic Colors of #D0CF74
Black with #D0CF74
Text Example
Text Example
White with #D0CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF74; }
p { color: rgb(208,207,116); }
H1.HeaderClassName
{
color: #D0CF74;
}
.AnyTagClassName
{
color: #D0CF74;
}
</style>
background-color css
<style>
a { background-color: #D0CF74; }
a { background-color: rgb(208,207,116); }
div.DivClassName
{
background-color: #D0CF74;
}
.BgClassName
{
background-color: #D0CF74;
}
</style>
border-color css
<style>
span { border-color: #D0CF74; }
span { border-color: rgb(208,207,116); }
td.TdClassName
{
border-color: #D0CF74;
}
.TagClassName
{
border-color: #D0CF74;
}
</style>