Shades of Deco #D5D77D
Tints of Deco #D5D77D
RGB
CMYK
RGB Variations
Color information
#D5D77D (or 0xD5D77D) is known color: Deco. HEX triplet: D5, D7 and 7D. RGB value is (213,215,125). Sum of RGB (Red+Green+Blue) = 213+215+125=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D77D is #2A2882. Grayscale: #CCCCCC. Windows color (decimal): -2762883 or 8247253. OLE color: 8247253.
HSL color Cylindrical-coordinate representation of color #D5D77D: hue angle of 61.33º 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 #D5D77D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 125 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.16 |
| HSL | 61.33º | 0.53% | 0.67% | - |
| HSV(B) | 61.33º | 0.42% | 0.84% | - |
| XYZ | 55.44 | 64.23 | 28.88 | - |
| YUV | 204.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 125 | 0.01 | 0 | 0.42 | 0.16 | 61.33 | 0.53 | 0.67 |
| Hex | D5 | D7 | 7D | 1 | 0 | 2A | 10 | 3D | 35 | 43 |
| Octal | 325 | 327 | 175 | 1 | 0 | 52 | 20 | 75 | 65 | 103 |
| Binary | 11010101 | 11010111 | 1111101 | 1 | 0 | 101010 | 10000 | 111101 | 110101 | 1000011 |
Color Harmonies of #D5D77D
Complementary color
Monochromatic Colors of #D5D77D
Black with #D5D77D
Text Example
Text Example
White with #D5D77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D77D; }
p { color: rgb(213,215,125); }
H1.HeaderClassName
{
color: #D5D77D;
}
.AnyTagClassName
{
color: #D5D77D;
}
</style>
background-color css
<style>
a { background-color: #D5D77D; }
a { background-color: rgb(213,215,125); }
div.DivClassName
{
background-color: #D5D77D;
}
.BgClassName
{
background-color: #D5D77D;
}
</style>
border-color css
<style>
span { border-color: #D5D77D; }
span { border-color: rgb(213,215,125); }
td.TdClassName
{
border-color: #D5D77D;
}
.TagClassName
{
border-color: #D5D77D;
}
</style>