Shades of Deco #D1CD90
Tints of Deco #D1CD90
RGB
CMYK
RGB Variations
Color information
#D1CD90 (or 0xD1CD90) is known color: Deco. HEX triplet: D1, CD and 90. RGB value is (209,205,144). Sum of RGB (Red+Green+Blue) = 209+205+144=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CD90 is #2E326F. Grayscale: #C7C7C7. Windows color (decimal): -3027568 or 9489873. OLE color: 9489873.
HSL color Cylindrical-coordinate representation of color #D1CD90: hue angle of 56.31º 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 #D1CD90 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 144 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.18 |
| HSL | 56.31º | 0.41% | 0.69% | - |
| HSV(B) | 56.31º | 0.31% | 0.82% | - |
| XYZ | 53.16 | 59.23 | 35.02 | - |
| YUV | 199.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 144 | 0 | 0.02 | 0.31 | 0.18 | 56.31 | 0.41 | 0.69 |
| Hex | D1 | CD | 90 | 0 | 2 | 1F | 12 | 38 | 29 | 45 |
| Octal | 321 | 315 | 220 | 0 | 2 | 37 | 22 | 70 | 51 | 105 |
| Binary | 11010001 | 11001101 | 10010000 | 0 | 10 | 11111 | 10010 | 111000 | 101001 | 1000101 |
Color Harmonies of #D1CD90
Complementary color
Monochromatic Colors of #D1CD90
Black with #D1CD90
Text Example
Text Example
White with #D1CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD90; }
p { color: rgb(209,205,144); }
H1.HeaderClassName
{
color: #D1CD90;
}
.AnyTagClassName
{
color: #D1CD90;
}
</style>
background-color css
<style>
a { background-color: #D1CD90; }
a { background-color: rgb(209,205,144); }
div.DivClassName
{
background-color: #D1CD90;
}
.BgClassName
{
background-color: #D1CD90;
}
</style>
border-color css
<style>
span { border-color: #D1CD90; }
span { border-color: rgb(209,205,144); }
td.TdClassName
{
border-color: #D1CD90;
}
.TagClassName
{
border-color: #D1CD90;
}
</style>