Shades of Deco #D5D17A
Tints of Deco #D5D17A
RGB
CMYK
RGB Variations
Color information
#D5D17A (or 0xD5D17A) is known color: Deco. HEX triplet: D5, D1 and 7A. RGB value is (213,209,122). Sum of RGB (Red+Green+Blue) = 213+209+122=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D17A is #2A2E85. Grayscale: #C8C8C8. Windows color (decimal): -2764422 or 8049109. OLE color: 8049109.
HSL color Cylindrical-coordinate representation of color #D5D17A: hue angle of 57.36º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5D17A is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 122 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.16 |
| HSL | 57.36º | 0.52% | 0.66% | - |
| HSV(B) | 57.36º | 0.43% | 0.84% | - |
| XYZ | 53.75 | 61.15 | 27.38 | - |
| YUV | 200.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 122 | 0 | 0.02 | 0.43 | 0.16 | 57.36 | 0.52 | 0.66 |
| Hex | D5 | D1 | 7A | 0 | 2 | 2B | 10 | 39 | 34 | 42 |
| Octal | 325 | 321 | 172 | 0 | 2 | 53 | 20 | 71 | 64 | 102 |
| Binary | 11010101 | 11010001 | 1111010 | 0 | 10 | 101011 | 10000 | 111001 | 110100 | 1000010 |
Color Harmonies of #D5D17A
Complementary color
Monochromatic Colors of #D5D17A
Black with #D5D17A
Text Example
Text Example
White with #D5D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D17A; }
p { color: rgb(213,209,122); }
H1.HeaderClassName
{
color: #D5D17A;
}
.AnyTagClassName
{
color: #D5D17A;
}
</style>
background-color css
<style>
a { background-color: #D5D17A; }
a { background-color: rgb(213,209,122); }
div.DivClassName
{
background-color: #D5D17A;
}
.BgClassName
{
background-color: #D5D17A;
}
</style>
border-color css
<style>
span { border-color: #D5D17A; }
span { border-color: rgb(213,209,122); }
td.TdClassName
{
border-color: #D5D17A;
}
.TagClassName
{
border-color: #D5D17A;
}
</style>