Shades of Deco #D0CC74
Tints of Deco #D0CC74
RGB
CMYK
RGB Variations
Color information
#D0CC74 (or 0xD0CC74) is known color: Deco. HEX triplet: D0, CC and 74. RGB value is (208,204,116). Sum of RGB (Red+Green+Blue) = 208+204+116=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC74 is #2F338B. Grayscale: #C3C3C3. Windows color (decimal): -3093388 or 7654608. OLE color: 7654608.
HSL color Cylindrical-coordinate representation of color #D0CC74: hue angle of 57.39º 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 #D0CC74 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 116 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.18 |
| HSL | 57.39º | 0.49% | 0.64% | - |
| HSV(B) | 57.39º | 0.44% | 0.82% | - |
| XYZ | 50.76 | 57.86 | 25.02 | - |
| YUV | 195.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 116 | 0 | 0.02 | 0.44 | 0.18 | 57.39 | 0.49 | 0.64 |
| Hex | D0 | CC | 74 | 0 | 2 | 2C | 12 | 39 | 31 | 40 |
| Octal | 320 | 314 | 164 | 0 | 2 | 54 | 22 | 71 | 61 | 100 |
| Binary | 11010000 | 11001100 | 1110100 | 0 | 10 | 101100 | 10010 | 111001 | 110001 | 1000000 |
Color Harmonies of #D0CC74
Complementary color
Monochromatic Colors of #D0CC74
Black with #D0CC74
Text Example
Text Example
White with #D0CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC74; }
p { color: rgb(208,204,116); }
H1.HeaderClassName
{
color: #D0CC74;
}
.AnyTagClassName
{
color: #D0CC74;
}
</style>
background-color css
<style>
a { background-color: #D0CC74; }
a { background-color: rgb(208,204,116); }
div.DivClassName
{
background-color: #D0CC74;
}
.BgClassName
{
background-color: #D0CC74;
}
</style>
border-color css
<style>
span { border-color: #D0CC74; }
span { border-color: rgb(208,204,116); }
td.TdClassName
{
border-color: #D0CC74;
}
.TagClassName
{
border-color: #D0CC74;
}
</style>