Shades of Deco #D1D67C
Tints of Deco #D1D67C
RGB
CMYK
RGB Variations
Color information
#D1D67C (or 0xD1D67C) is known color: Deco. HEX triplet: D1, D6 and 7C. RGB value is (209,214,124). Sum of RGB (Red+Green+Blue) = 209+214+124=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D67C is #2E2983. Grayscale: #CACACA. Windows color (decimal): -3025284 or 8181457. OLE color: 8181457.
HSL color Cylindrical-coordinate representation of color #D1D67C: hue angle of 63.33º 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 #D1D67C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 124 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.16 |
| HSL | 63.33º | 0.52% | 0.66% | - |
| HSV(B) | 63.33º | 0.42% | 0.84% | - |
| XYZ | 53.98 | 63.1 | 28.4 | - |
| YUV | 202.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 124 | 0.02 | 0 | 0.42 | 0.16 | 63.33 | 0.52 | 0.66 |
| Hex | D1 | D6 | 7C | 2 | 0 | 2A | 10 | 3F | 34 | 42 |
| Octal | 321 | 326 | 174 | 2 | 0 | 52 | 20 | 77 | 64 | 102 |
| Binary | 11010001 | 11010110 | 1111100 | 10 | 0 | 101010 | 10000 | 111111 | 110100 | 1000010 |
Color Harmonies of #D1D67C
Complementary color
Monochromatic Colors of #D1D67C
Black with #D1D67C
Text Example
Text Example
White with #D1D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D67C; }
p { color: rgb(209,214,124); }
H1.HeaderClassName
{
color: #D1D67C;
}
.AnyTagClassName
{
color: #D1D67C;
}
</style>
background-color css
<style>
a { background-color: #D1D67C; }
a { background-color: rgb(209,214,124); }
div.DivClassName
{
background-color: #D1D67C;
}
.BgClassName
{
background-color: #D1D67C;
}
</style>
border-color css
<style>
span { border-color: #D1D67C; }
span { border-color: rgb(209,214,124); }
td.TdClassName
{
border-color: #D1D67C;
}
.TagClassName
{
border-color: #D1D67C;
}
</style>