Shades of Deco #D0D97A
Tints of Deco #D0D97A
RGB
CMYK
RGB Variations
Color information
#D0D97A (or 0xD0D97A) is known color: Deco. HEX triplet: D0, D9 and 7A. RGB value is (208,217,122). Sum of RGB (Red+Green+Blue) = 208+217+122=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D97A is #2F2685. Grayscale: #CBCBCB. Windows color (decimal): -3090054 or 8051152. OLE color: 8051152.
HSL color Cylindrical-coordinate representation of color #D0D97A: hue angle of 65.68º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0D97A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 122 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.15 |
| HSL | 65.68º | 0.56% | 0.66% | - |
| HSV(B) | 65.68º | 0.44% | 0.85% | - |
| XYZ | 54.34 | 64.44 | 27.99 | - |
| YUV | 203.48 | 82.02 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 122 | 0.04 | 0 | 0.44 | 0.15 | 65.68 | 0.56 | 0.66 |
| Hex | D0 | D9 | 7A | 4 | 0 | 2C | F | 42 | 38 | 42 |
| Octal | 320 | 331 | 172 | 4 | 0 | 54 | 17 | 102 | 70 | 102 |
| Binary | 11010000 | 11011001 | 1111010 | 100 | 0 | 101100 | 1111 | 1000010 | 111000 | 1000010 |
Color Harmonies of #D0D97A
Complementary color
Monochromatic Colors of #D0D97A
Black with #D0D97A
Text Example
Text Example
White with #D0D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D97A; }
p { color: rgb(208,217,122); }
H1.HeaderClassName
{
color: #D0D97A;
}
.AnyTagClassName
{
color: #D0D97A;
}
</style>
background-color css
<style>
a { background-color: #D0D97A; }
a { background-color: rgb(208,217,122); }
div.DivClassName
{
background-color: #D0D97A;
}
.BgClassName
{
background-color: #D0D97A;
}
</style>
border-color css
<style>
span { border-color: #D0D97A; }
span { border-color: rgb(208,217,122); }
td.TdClassName
{
border-color: #D0D97A;
}
.TagClassName
{
border-color: #D0D97A;
}
</style>