Shades of Deco #D8D37D
Tints of Deco #D8D37D
RGB
CMYK
RGB Variations
Color information
#D8D37D (or 0xD8D37D) is known color: Deco. HEX triplet: D8, D3 and 7D. RGB value is (216,211,125). Sum of RGB (Red+Green+Blue) = 216+211+125=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D37D is #272C82. Grayscale: #CBCBCB. Windows color (decimal): -2567299 or 8246232. OLE color: 8246232.
HSL color Cylindrical-coordinate representation of color #D8D37D: hue angle of 56.7º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8D37D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 125 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.15 |
| HSL | 56.7º | 0.54% | 0.67% | - |
| HSV(B) | 56.7º | 0.42% | 0.85% | - |
| XYZ | 55.31 | 62.67 | 28.58 | - |
| YUV | 202.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 125 | 0 | 0.02 | 0.42 | 0.15 | 56.7 | 0.54 | 0.67 |
| Hex | D8 | D3 | 7D | 0 | 2 | 2A | F | 39 | 36 | 43 |
| Octal | 330 | 323 | 175 | 0 | 2 | 52 | 17 | 71 | 66 | 103 |
| Binary | 11011000 | 11010011 | 1111101 | 0 | 10 | 101010 | 1111 | 111001 | 110110 | 1000011 |
Color Harmonies of #D8D37D
Complementary color
Monochromatic Colors of #D8D37D
Black with #D8D37D
Text Example
Text Example
White with #D8D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D37D; }
p { color: rgb(216,211,125); }
H1.HeaderClassName
{
color: #D8D37D;
}
.AnyTagClassName
{
color: #D8D37D;
}
</style>
background-color css
<style>
a { background-color: #D8D37D; }
a { background-color: rgb(216,211,125); }
div.DivClassName
{
background-color: #D8D37D;
}
.BgClassName
{
background-color: #D8D37D;
}
</style>
border-color css
<style>
span { border-color: #D8D37D; }
span { border-color: rgb(216,211,125); }
td.TdClassName
{
border-color: #D8D37D;
}
.TagClassName
{
border-color: #D8D37D;
}
</style>