Shades of Deco #D5D37B
Tints of Deco #D5D37B
RGB
CMYK
RGB Variations
Color information
#D5D37B (or 0xD5D37B) is known color: Deco. HEX triplet: D5, D3 and 7B. RGB value is (213,211,123). Sum of RGB (Red+Green+Blue) = 213+211+123=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D37B is #2A2C84. Grayscale: #C9C9C9. Windows color (decimal): -2763909 or 8115157. OLE color: 8115157.
HSL color Cylindrical-coordinate representation of color #D5D37B: hue angle of 58.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5D37B is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 123 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.16 |
| HSL | 58.67º | 0.52% | 0.66% | - |
| HSV(B) | 58.67º | 0.42% | 0.84% | - |
| XYZ | 54.31 | 62.16 | 27.88 | - |
| YUV | 201.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 123 | 0 | 0.01 | 0.42 | 0.16 | 58.67 | 0.52 | 0.66 |
| Hex | D5 | D3 | 7B | 0 | 1 | 2A | 10 | 3B | 34 | 42 |
| Octal | 325 | 323 | 173 | 0 | 1 | 52 | 20 | 73 | 64 | 102 |
| Binary | 11010101 | 11010011 | 1111011 | 0 | 1 | 101010 | 10000 | 111011 | 110100 | 1000010 |
Color Harmonies of #D5D37B
Complementary color
Monochromatic Colors of #D5D37B
Black with #D5D37B
Text Example
Text Example
White with #D5D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D37B; }
p { color: rgb(213,211,123); }
H1.HeaderClassName
{
color: #D5D37B;
}
.AnyTagClassName
{
color: #D5D37B;
}
</style>
background-color css
<style>
a { background-color: #D5D37B; }
a { background-color: rgb(213,211,123); }
div.DivClassName
{
background-color: #D5D37B;
}
.BgClassName
{
background-color: #D5D37B;
}
</style>
border-color css
<style>
span { border-color: #D5D37B; }
span { border-color: rgb(213,211,123); }
td.TdClassName
{
border-color: #D5D37B;
}
.TagClassName
{
border-color: #D5D37B;
}
</style>