Shades of Deco #D4D791
Tints of Deco #D4D791
RGB
CMYK
RGB Variations
Color information
#D4D791 (or 0xD4D791) is known color: Deco. HEX triplet: D4, D7 and 91. RGB value is (212,215,145). Sum of RGB (Red+Green+Blue) = 212+215+145=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D791 is #2B286E. Grayscale: #CECECE. Windows color (decimal): -2828399 or 9557972. OLE color: 9557972.
HSL color Cylindrical-coordinate representation of color #D4D791: hue angle of 62.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4D791 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 145 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.16 |
| HSL | 62.57º | 0.47% | 0.71% | - |
| HSV(B) | 62.57º | 0.33% | 0.84% | - |
| XYZ | 56.56 | 64.64 | 36.28 | - |
| YUV | 206.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 145 | 0.01 | 0 | 0.33 | 0.16 | 62.57 | 0.47 | 0.71 |
| Hex | D4 | D7 | 91 | 1 | 0 | 21 | 10 | 3F | 2F | 47 |
| Octal | 324 | 327 | 221 | 1 | 0 | 41 | 20 | 77 | 57 | 107 |
| Binary | 11010100 | 11010111 | 10010001 | 1 | 0 | 100001 | 10000 | 111111 | 101111 | 1000111 |
Color Harmonies of #D4D791
Complementary color
Monochromatic Colors of #D4D791
Black with #D4D791
Text Example
Text Example
White with #D4D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D791; }
p { color: rgb(212,215,145); }
H1.HeaderClassName
{
color: #D4D791;
}
.AnyTagClassName
{
color: #D4D791;
}
</style>
background-color css
<style>
a { background-color: #D4D791; }
a { background-color: rgb(212,215,145); }
div.DivClassName
{
background-color: #D4D791;
}
.BgClassName
{
background-color: #D4D791;
}
</style>
border-color css
<style>
span { border-color: #D4D791; }
span { border-color: rgb(212,215,145); }
td.TdClassName
{
border-color: #D4D791;
}
.TagClassName
{
border-color: #D4D791;
}
</style>