Shades of Deco #D1D57A
Tints of Deco #D1D57A
RGB
CMYK
RGB Variations
Color information
#D1D57A (or 0xD1D57A) is known color: Deco. HEX triplet: D1, D5 and 7A. RGB value is (209,213,122). Sum of RGB (Red+Green+Blue) = 209+213+122=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D57A is #2E2A85. Grayscale: #C9C9C9. Windows color (decimal): -3025542 or 8050129. OLE color: 8050129.
HSL color Cylindrical-coordinate representation of color #D1D57A: hue angle of 62.64º 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 #D1D57A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 122 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.16 |
| HSL | 62.64º | 0.52% | 0.66% | - |
| HSV(B) | 62.64º | 0.43% | 0.84% | - |
| XYZ | 53.6 | 62.55 | 27.66 | - |
| YUV | 201.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 122 | 0.02 | 0 | 0.43 | 0.16 | 62.64 | 0.52 | 0.66 |
| Hex | D1 | D5 | 7A | 2 | 0 | 2B | 10 | 3F | 34 | 42 |
| Octal | 321 | 325 | 172 | 2 | 0 | 53 | 20 | 77 | 64 | 102 |
| Binary | 11010001 | 11010101 | 1111010 | 10 | 0 | 101011 | 10000 | 111111 | 110100 | 1000010 |
Color Harmonies of #D1D57A
Complementary color
Monochromatic Colors of #D1D57A
Black with #D1D57A
Text Example
Text Example
White with #D1D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D57A; }
p { color: rgb(209,213,122); }
H1.HeaderClassName
{
color: #D1D57A;
}
.AnyTagClassName
{
color: #D1D57A;
}
</style>
background-color css
<style>
a { background-color: #D1D57A; }
a { background-color: rgb(209,213,122); }
div.DivClassName
{
background-color: #D1D57A;
}
.BgClassName
{
background-color: #D1D57A;
}
</style>
border-color css
<style>
span { border-color: #D1D57A; }
span { border-color: rgb(209,213,122); }
td.TdClassName
{
border-color: #D1D57A;
}
.TagClassName
{
border-color: #D1D57A;
}
</style>