Shades of Deco #D0CF7A
Tints of Deco #D0CF7A
RGB
CMYK
RGB Variations
Color information
#D0CF7A (or 0xD0CF7A) is known color: Deco. HEX triplet: D0, CF and 7A. RGB value is (208,207,122). Sum of RGB (Red+Green+Blue) = 208+207+122=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF7A is #2F3085. Grayscale: #C5C5C5. Windows color (decimal): -3092614 or 8048592. OLE color: 8048592.
HSL color Cylindrical-coordinate representation of color #D0CF7A: hue angle of 59.3º degrees, saturation: 0.48, 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 #D0CF7A is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 122 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.18 |
| HSL | 59.3º | 0.48% | 0.65% | - |
| HSV(B) | 59.3º | 0.41% | 0.82% | - |
| XYZ | 51.84 | 59.44 | 27.15 | - |
| YUV | 197.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 122 | 0 | 0.00 | 0.41 | 0.18 | 59.3 | 0.48 | 0.65 |
| Hex | D0 | CF | 7A | 0 | 0 | 29 | 12 | 3B | 30 | 41 |
| Octal | 320 | 317 | 172 | 0 | 0 | 51 | 22 | 73 | 60 | 101 |
| Binary | 11010000 | 11001111 | 1111010 | 0 | 0 | 101001 | 10010 | 111011 | 110000 | 1000001 |
Color Harmonies of #D0CF7A
Complementary color
Monochromatic Colors of #D0CF7A
Black with #D0CF7A
Text Example
Text Example
White with #D0CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF7A; }
p { color: rgb(208,207,122); }
H1.HeaderClassName
{
color: #D0CF7A;
}
.AnyTagClassName
{
color: #D0CF7A;
}
</style>
background-color css
<style>
a { background-color: #D0CF7A; }
a { background-color: rgb(208,207,122); }
div.DivClassName
{
background-color: #D0CF7A;
}
.BgClassName
{
background-color: #D0CF7A;
}
</style>
border-color css
<style>
span { border-color: #D0CF7A; }
span { border-color: rgb(208,207,122); }
td.TdClassName
{
border-color: #D0CF7A;
}
.TagClassName
{
border-color: #D0CF7A;
}
</style>