Shades of Deco #D7D481
Tints of Deco #D7D481
RGB
CMYK
RGB Variations
Color information
#D7D481 (or 0xD7D481) is known color: Deco. HEX triplet: D7, D4 and 81. RGB value is (215,212,129). Sum of RGB (Red+Green+Blue) = 215+212+129=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D481 is #282B7E. Grayscale: #CBCBCB. Windows color (decimal): -2632575 or 8508631. OLE color: 8508631.
HSL color Cylindrical-coordinate representation of color #D7D481: hue angle of 57.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7D481 is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 129 | - |
| CMYK | 0 | 0.01 | 0.4 | 0.16 |
| HSL | 57.91º | 0.52% | 0.67% | - |
| HSV(B) | 57.91º | 0.4% | 0.84% | - |
| XYZ | 55.53 | 63.12 | 30.03 | - |
| YUV | 203.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 129 | 0 | 0.01 | 0.4 | 0.16 | 57.91 | 0.52 | 0.67 |
| Hex | D7 | D4 | 81 | 0 | 1 | 28 | 10 | 3A | 34 | 43 |
| Octal | 327 | 324 | 201 | 0 | 1 | 50 | 20 | 72 | 64 | 103 |
| Binary | 11010111 | 11010100 | 10000001 | 0 | 1 | 101000 | 10000 | 111010 | 110100 | 1000011 |
Color Harmonies of #D7D481
Complementary color
Monochromatic Colors of #D7D481
Black with #D7D481
Text Example
Text Example
White with #D7D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D481; }
p { color: rgb(215,212,129); }
H1.HeaderClassName
{
color: #D7D481;
}
.AnyTagClassName
{
color: #D7D481;
}
</style>
background-color css
<style>
a { background-color: #D7D481; }
a { background-color: rgb(215,212,129); }
div.DivClassName
{
background-color: #D7D481;
}
.BgClassName
{
background-color: #D7D481;
}
</style>
border-color css
<style>
span { border-color: #D7D481; }
span { border-color: rgb(215,212,129); }
td.TdClassName
{
border-color: #D7D481;
}
.TagClassName
{
border-color: #D7D481;
}
</style>