Shades of Deco #D0D77A
Tints of Deco #D0D77A
RGB
CMYK
RGB Variations
Color information
#D0D77A (or 0xD0D77A) is known color: Deco. HEX triplet: D0, D7 and 7A. RGB value is (208,215,122). Sum of RGB (Red+Green+Blue) = 208+215+122=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D77A is #2F2885. Grayscale: #CACACA. Windows color (decimal): -3090566 or 8050640. OLE color: 8050640.
HSL color Cylindrical-coordinate representation of color #D0D77A: hue angle of 64.52º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0D77A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 122 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.16 |
| HSL | 64.52º | 0.54% | 0.66% | - |
| HSV(B) | 64.52º | 0.43% | 0.84% | - |
| XYZ | 53.83 | 63.42 | 27.82 | - |
| YUV | 202.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 122 | 0.03 | 0 | 0.43 | 0.16 | 64.52 | 0.54 | 0.66 |
| Hex | D0 | D7 | 7A | 3 | 0 | 2B | 10 | 41 | 36 | 42 |
| Octal | 320 | 327 | 172 | 3 | 0 | 53 | 20 | 101 | 66 | 102 |
| Binary | 11010000 | 11010111 | 1111010 | 11 | 0 | 101011 | 10000 | 1000001 | 110110 | 1000010 |
Color Harmonies of #D0D77A
Complementary color
Monochromatic Colors of #D0D77A
Black with #D0D77A
Text Example
Text Example
White with #D0D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D77A; }
p { color: rgb(208,215,122); }
H1.HeaderClassName
{
color: #D0D77A;
}
.AnyTagClassName
{
color: #D0D77A;
}
</style>
background-color css
<style>
a { background-color: #D0D77A; }
a { background-color: rgb(208,215,122); }
div.DivClassName
{
background-color: #D0D77A;
}
.BgClassName
{
background-color: #D0D77A;
}
</style>
border-color css
<style>
span { border-color: #D0D77A; }
span { border-color: rgb(208,215,122); }
td.TdClassName
{
border-color: #D0D77A;
}
.TagClassName
{
border-color: #D0D77A;
}
</style>