Shades of Deco #D1CD7C
Tints of Deco #D1CD7C
RGB
CMYK
RGB Variations
Color information
#D1CD7C (or 0xD1CD7C) is known color: Deco. HEX triplet: D1, CD and 7C. RGB value is (209,205,124). Sum of RGB (Red+Green+Blue) = 209+205+124=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD7C is #2E3283. Grayscale: #C5C5C5. Windows color (decimal): -3027588 or 8179153. OLE color: 8179153.
HSL color Cylindrical-coordinate representation of color #D1CD7C: hue angle of 57.18º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1CD7C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 124 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.18 |
| HSL | 57.18º | 0.48% | 0.65% | - |
| HSV(B) | 57.18º | 0.41% | 0.82% | - |
| XYZ | 51.76 | 58.67 | 27.67 | - |
| YUV | 196.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 124 | 0 | 0.02 | 0.41 | 0.18 | 57.18 | 0.48 | 0.65 |
| Hex | D1 | CD | 7C | 0 | 2 | 29 | 12 | 39 | 30 | 41 |
| Octal | 321 | 315 | 174 | 0 | 2 | 51 | 22 | 71 | 60 | 101 |
| Binary | 11010001 | 11001101 | 1111100 | 0 | 10 | 101001 | 10010 | 111001 | 110000 | 1000001 |
Color Harmonies of #D1CD7C
Complementary color
Monochromatic Colors of #D1CD7C
Black with #D1CD7C
Text Example
Text Example
White with #D1CD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD7C; }
p { color: rgb(209,205,124); }
H1.HeaderClassName
{
color: #D1CD7C;
}
.AnyTagClassName
{
color: #D1CD7C;
}
</style>
background-color css
<style>
a { background-color: #D1CD7C; }
a { background-color: rgb(209,205,124); }
div.DivClassName
{
background-color: #D1CD7C;
}
.BgClassName
{
background-color: #D1CD7C;
}
</style>
border-color css
<style>
span { border-color: #D1CD7C; }
span { border-color: rgb(209,205,124); }
td.TdClassName
{
border-color: #D1CD7C;
}
.TagClassName
{
border-color: #D1CD7C;
}
</style>