Shades of Deco #D0CD90
Tints of Deco #D0CD90
RGB
CMYK
RGB Variations
Color information
#D0CD90 (or 0xD0CD90) is known color: Deco. HEX triplet: D0, CD and 90. RGB value is (208,205,144). Sum of RGB (Red+Green+Blue) = 208+205+144=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD90 is #2F326F. Grayscale: #C7C7C7. Windows color (decimal): -3093104 or 9489872. OLE color: 9489872.
HSL color Cylindrical-coordinate representation of color #D0CD90: hue angle of 57.19º 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 #D0CD90 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 144 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.18 |
| HSL | 57.19º | 0.41% | 0.69% | - |
| HSV(B) | 57.19º | 0.31% | 0.82% | - |
| XYZ | 52.88 | 59.09 | 35 | - |
| YUV | 198.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 144 | 0 | 0.01 | 0.31 | 0.18 | 57.19 | 0.41 | 0.69 |
| Hex | D0 | CD | 90 | 0 | 1 | 1F | 12 | 39 | 29 | 45 |
| Octal | 320 | 315 | 220 | 0 | 1 | 37 | 22 | 71 | 51 | 105 |
| Binary | 11010000 | 11001101 | 10010000 | 0 | 1 | 11111 | 10010 | 111001 | 101001 | 1000101 |
Color Harmonies of #D0CD90
Complementary color
Monochromatic Colors of #D0CD90
Black with #D0CD90
Text Example
Text Example
White with #D0CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD90; }
p { color: rgb(208,205,144); }
H1.HeaderClassName
{
color: #D0CD90;
}
.AnyTagClassName
{
color: #D0CD90;
}
</style>
background-color css
<style>
a { background-color: #D0CD90; }
a { background-color: rgb(208,205,144); }
div.DivClassName
{
background-color: #D0CD90;
}
.BgClassName
{
background-color: #D0CD90;
}
</style>
border-color css
<style>
span { border-color: #D0CD90; }
span { border-color: rgb(208,205,144); }
td.TdClassName
{
border-color: #D0CD90;
}
.TagClassName
{
border-color: #D0CD90;
}
</style>