Shades of Deco #D7D28B
Tints of Deco #D7D28B
RGB
CMYK
RGB Variations
Color information
#D7D28B (or 0xD7D28B) is known color: Deco. HEX triplet: D7, D2 and 8B. RGB value is (215,210,139). Sum of RGB (Red+Green+Blue) = 215+210+139=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D28B is #282D74. Grayscale: #CBCBCB. Windows color (decimal): -2633077 or 9163479. OLE color: 9163479.
HSL color Cylindrical-coordinate representation of color #D7D28B: hue angle of 56.05º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7D28B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 139 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.16 |
| HSL | 56.05º | 0.49% | 0.69% | - |
| HSV(B) | 56.05º | 0.35% | 0.84% | - |
| XYZ | 55.73 | 62.4 | 33.53 | - |
| YUV | 203.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 139 | 0 | 0.02 | 0.35 | 0.16 | 56.05 | 0.49 | 0.69 |
| Hex | D7 | D2 | 8B | 0 | 2 | 23 | 10 | 38 | 31 | 45 |
| Octal | 327 | 322 | 213 | 0 | 2 | 43 | 20 | 70 | 61 | 105 |
| Binary | 11010111 | 11010010 | 10001011 | 0 | 10 | 100011 | 10000 | 111000 | 110001 | 1000101 |
Color Harmonies of #D7D28B
Complementary color
Monochromatic Colors of #D7D28B
Black with #D7D28B
Text Example
Text Example
White with #D7D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D28B; }
p { color: rgb(215,210,139); }
H1.HeaderClassName
{
color: #D7D28B;
}
.AnyTagClassName
{
color: #D7D28B;
}
</style>
background-color css
<style>
a { background-color: #D7D28B; }
a { background-color: rgb(215,210,139); }
div.DivClassName
{
background-color: #D7D28B;
}
.BgClassName
{
background-color: #D7D28B;
}
</style>
border-color css
<style>
span { border-color: #D7D28B; }
span { border-color: rgb(215,210,139); }
td.TdClassName
{
border-color: #D7D28B;
}
.TagClassName
{
border-color: #D7D28B;
}
</style>