Shades of Deco #D0D77D
Tints of Deco #D0D77D
RGB
CMYK
RGB Variations
Color information
#D0D77D (or 0xD0D77D) is known color: Deco. HEX triplet: D0, D7 and 7D. RGB value is (208,215,125). Sum of RGB (Red+Green+Blue) = 208+215+125=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D77D is #2F2882. Grayscale: #CBCBCB. Windows color (decimal): -3090563 or 8247248. OLE color: 8247248.
HSL color Cylindrical-coordinate representation of color #D0D77D: hue angle of 64.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0D77D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 125 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.16 |
| HSL | 64.67º | 0.53% | 0.67% | - |
| HSV(B) | 64.67º | 0.42% | 0.84% | - |
| XYZ | 54.01 | 63.49 | 28.81 | - |
| YUV | 202.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 125 | 0.03 | 0 | 0.42 | 0.16 | 64.67 | 0.53 | 0.67 |
| Hex | D0 | D7 | 7D | 3 | 0 | 2A | 10 | 41 | 35 | 43 |
| Octal | 320 | 327 | 175 | 3 | 0 | 52 | 20 | 101 | 65 | 103 |
| Binary | 11010000 | 11010111 | 1111101 | 11 | 0 | 101010 | 10000 | 1000001 | 110101 | 1000011 |
Color Harmonies of #D0D77D
Complementary color
Monochromatic Colors of #D0D77D
Black with #D0D77D
Text Example
Text Example
White with #D0D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D77D; }
p { color: rgb(208,215,125); }
H1.HeaderClassName
{
color: #D0D77D;
}
.AnyTagClassName
{
color: #D0D77D;
}
</style>
background-color css
<style>
a { background-color: #D0D77D; }
a { background-color: rgb(208,215,125); }
div.DivClassName
{
background-color: #D0D77D;
}
.BgClassName
{
background-color: #D0D77D;
}
</style>
border-color css
<style>
span { border-color: #D0D77D; }
span { border-color: rgb(208,215,125); }
td.TdClassName
{
border-color: #D0D77D;
}
.TagClassName
{
border-color: #D0D77D;
}
</style>