Shades of Deco #D1CE90
Tints of Deco #D1CE90
RGB
CMYK
RGB Variations
Color information
#D1CE90 (or 0xD1CE90) is known color: Deco. HEX triplet: D1, CE and 90. RGB value is (209,206,144). Sum of RGB (Red+Green+Blue) = 209+206+144=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CE90 is #2E316F. Grayscale: #C8C8C8. Windows color (decimal): -3027312 or 9490129. OLE color: 9490129.
HSL color Cylindrical-coordinate representation of color #D1CE90: hue angle of 57.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1CE90 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 144 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.18 |
| HSL | 57.23º | 0.41% | 0.69% | - |
| HSV(B) | 57.23º | 0.31% | 0.82% | - |
| XYZ | 53.4 | 59.71 | 35.1 | - |
| YUV | 199.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 144 | 0 | 0.01 | 0.31 | 0.18 | 57.23 | 0.41 | 0.69 |
| Hex | D1 | CE | 90 | 0 | 1 | 1F | 12 | 39 | 29 | 45 |
| Octal | 321 | 316 | 220 | 0 | 1 | 37 | 22 | 71 | 51 | 105 |
| Binary | 11010001 | 11001110 | 10010000 | 0 | 1 | 11111 | 10010 | 111001 | 101001 | 1000101 |
Color Harmonies of #D1CE90
Complementary color
Monochromatic Colors of #D1CE90
Black with #D1CE90
Text Example
Text Example
White with #D1CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE90; }
p { color: rgb(209,206,144); }
H1.HeaderClassName
{
color: #D1CE90;
}
.AnyTagClassName
{
color: #D1CE90;
}
</style>
background-color css
<style>
a { background-color: #D1CE90; }
a { background-color: rgb(209,206,144); }
div.DivClassName
{
background-color: #D1CE90;
}
.BgClassName
{
background-color: #D1CE90;
}
</style>
border-color css
<style>
span { border-color: #D1CE90; }
span { border-color: rgb(209,206,144); }
td.TdClassName
{
border-color: #D1CE90;
}
.TagClassName
{
border-color: #D1CE90;
}
</style>