Shades of Deco #D1CE8E
Tints of Deco #D1CE8E
RGB
CMYK
RGB Variations
Color information
#D1CE8E (or 0xD1CE8E) is known color: Deco. HEX triplet: D1, CE and 8E. RGB value is (209,206,142). Sum of RGB (Red+Green+Blue) = 209+206+142=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CE8E is #2E3171. Grayscale: #C7C7C7. Windows color (decimal): -3027314 or 9359057. OLE color: 9359057.
HSL color Cylindrical-coordinate representation of color #D1CE8E: hue angle of 57.31º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1CE8E is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 142 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.18 |
| HSL | 57.31º | 0.42% | 0.69% | - |
| HSV(B) | 57.31º | 0.32% | 0.82% | - |
| XYZ | 53.25 | 59.65 | 34.3 | - |
| YUV | 199.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 142 | 0 | 0.01 | 0.32 | 0.18 | 57.31 | 0.42 | 0.69 |
| Hex | D1 | CE | 8E | 0 | 1 | 20 | 12 | 39 | 2A | 45 |
| Octal | 321 | 316 | 216 | 0 | 1 | 40 | 22 | 71 | 52 | 105 |
| Binary | 11010001 | 11001110 | 10001110 | 0 | 1 | 100000 | 10010 | 111001 | 101010 | 1000101 |
Color Harmonies of #D1CE8E
Complementary color
Monochromatic Colors of #D1CE8E
Black with #D1CE8E
Text Example
Text Example
White with #D1CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE8E; }
p { color: rgb(209,206,142); }
H1.HeaderClassName
{
color: #D1CE8E;
}
.AnyTagClassName
{
color: #D1CE8E;
}
</style>
background-color css
<style>
a { background-color: #D1CE8E; }
a { background-color: rgb(209,206,142); }
div.DivClassName
{
background-color: #D1CE8E;
}
.BgClassName
{
background-color: #D1CE8E;
}
</style>
border-color css
<style>
span { border-color: #D1CE8E; }
span { border-color: rgb(209,206,142); }
td.TdClassName
{
border-color: #D1CE8E;
}
.TagClassName
{
border-color: #D1CE8E;
}
</style>