Shades of Deco #D1CC8D
Tints of Deco #D1CC8D
RGB
CMYK
RGB Variations
Color information
#D1CC8D (or 0xD1CC8D) is known color: Deco. HEX triplet: D1, CC and 8D. RGB value is (209,204,141). Sum of RGB (Red+Green+Blue) = 209+204+141=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CC8D is #2E3372. Grayscale: #C6C6C6. Windows color (decimal): -3027827 or 9293009. OLE color: 9293009.
HSL color Cylindrical-coordinate representation of color #D1CC8D: hue angle of 55.59º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1CC8D is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 141 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.18 |
| HSL | 55.59º | 0.43% | 0.69% | - |
| HSV(B) | 55.59º | 0.33% | 0.82% | - |
| XYZ | 52.7 | 58.66 | 33.75 | - |
| YUV | 198.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 141 | 0 | 0.02 | 0.33 | 0.18 | 55.59 | 0.43 | 0.69 |
| Hex | D1 | CC | 8D | 0 | 2 | 21 | 12 | 38 | 2A | 45 |
| Octal | 321 | 314 | 215 | 0 | 2 | 41 | 22 | 70 | 52 | 105 |
| Binary | 11010001 | 11001100 | 10001101 | 0 | 10 | 100001 | 10010 | 111000 | 101010 | 1000101 |
Color Harmonies of #D1CC8D
Complementary color
Monochromatic Colors of #D1CC8D
Black with #D1CC8D
Text Example
Text Example
White with #D1CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC8D; }
p { color: rgb(209,204,141); }
H1.HeaderClassName
{
color: #D1CC8D;
}
.AnyTagClassName
{
color: #D1CC8D;
}
</style>
background-color css
<style>
a { background-color: #D1CC8D; }
a { background-color: rgb(209,204,141); }
div.DivClassName
{
background-color: #D1CC8D;
}
.BgClassName
{
background-color: #D1CC8D;
}
</style>
border-color css
<style>
span { border-color: #D1CC8D; }
span { border-color: rgb(209,204,141); }
td.TdClassName
{
border-color: #D1CC8D;
}
.TagClassName
{
border-color: #D1CC8D;
}
</style>