Shades of Deco #D1CD7A
Tints of Deco #D1CD7A
RGB
CMYK
RGB Variations
Color information
#D1CD7A (or 0xD1CD7A) is known color: Deco. HEX triplet: D1, CD and 7A. RGB value is (209,205,122). Sum of RGB (Red+Green+Blue) = 209+205+122=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD7A is #2E3285. Grayscale: #C5C5C5. Windows color (decimal): -3027590 or 8048081. OLE color: 8048081.
HSL color Cylindrical-coordinate representation of color #D1CD7A: hue angle of 57.24º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1CD7A is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 122 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.18 |
| HSL | 57.24º | 0.49% | 0.65% | - |
| HSV(B) | 57.24º | 0.42% | 0.82% | - |
| XYZ | 51.64 | 58.62 | 27.01 | - |
| YUV | 196.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 122 | 0 | 0.02 | 0.42 | 0.18 | 57.24 | 0.49 | 0.65 |
| Hex | D1 | CD | 7A | 0 | 2 | 2A | 12 | 39 | 31 | 41 |
| Octal | 321 | 315 | 172 | 0 | 2 | 52 | 22 | 71 | 61 | 101 |
| Binary | 11010001 | 11001101 | 1111010 | 0 | 10 | 101010 | 10010 | 111001 | 110001 | 1000001 |
Color Harmonies of #D1CD7A
Complementary color
Monochromatic Colors of #D1CD7A
Black with #D1CD7A
Text Example
Text Example
White with #D1CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD7A; }
p { color: rgb(209,205,122); }
H1.HeaderClassName
{
color: #D1CD7A;
}
.AnyTagClassName
{
color: #D1CD7A;
}
</style>
background-color css
<style>
a { background-color: #D1CD7A; }
a { background-color: rgb(209,205,122); }
div.DivClassName
{
background-color: #D1CD7A;
}
.BgClassName
{
background-color: #D1CD7A;
}
</style>
border-color css
<style>
span { border-color: #D1CD7A; }
span { border-color: rgb(209,205,122); }
td.TdClassName
{
border-color: #D1CD7A;
}
.TagClassName
{
border-color: #D1CD7A;
}
</style>