Shades of Deco #D2D77A
Tints of Deco #D2D77A
RGB
CMYK
RGB Variations
Color information
#D2D77A (or 0xD2D77A) is known color: Deco. HEX triplet: D2, D7 and 7A. RGB value is (210,215,122). Sum of RGB (Red+Green+Blue) = 210+215+122=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D77A is #2D2885. Grayscale: #CBCBCB. Windows color (decimal): -2959494 or 8050642. OLE color: 8050642.
HSL color Cylindrical-coordinate representation of color #D2D77A: hue angle of 63.23º 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 #D2D77A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 122 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.16 |
| HSL | 63.23º | 0.54% | 0.66% | - |
| HSV(B) | 63.23º | 0.43% | 0.84% | - |
| XYZ | 54.39 | 63.71 | 27.84 | - |
| YUV | 202.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 122 | 0.02 | 0 | 0.43 | 0.16 | 63.23 | 0.54 | 0.66 |
| Hex | D2 | D7 | 7A | 2 | 0 | 2B | 10 | 3F | 36 | 42 |
| Octal | 322 | 327 | 172 | 2 | 0 | 53 | 20 | 77 | 66 | 102 |
| Binary | 11010010 | 11010111 | 1111010 | 10 | 0 | 101011 | 10000 | 111111 | 110110 | 1000010 |
Color Harmonies of #D2D77A
Complementary color
Monochromatic Colors of #D2D77A
Black with #D2D77A
Text Example
Text Example
White with #D2D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D77A; }
p { color: rgb(210,215,122); }
H1.HeaderClassName
{
color: #D2D77A;
}
.AnyTagClassName
{
color: #D2D77A;
}
</style>
background-color css
<style>
a { background-color: #D2D77A; }
a { background-color: rgb(210,215,122); }
div.DivClassName
{
background-color: #D2D77A;
}
.BgClassName
{
background-color: #D2D77A;
}
</style>
border-color css
<style>
span { border-color: #D2D77A; }
span { border-color: rgb(210,215,122); }
td.TdClassName
{
border-color: #D2D77A;
}
.TagClassName
{
border-color: #D2D77A;
}
</style>