Shades of Deco #D0DC89
Tints of Deco #D0DC89
RGB
CMYK
RGB Variations
Color information
#D0DC89 (or 0xD0DC89) is known color: Deco. HEX triplet: D0, DC and 89. RGB value is (208,220,137). Sum of RGB (Red+Green+Blue) = 208+220+137=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC89 is #2F2376. Grayscale: #CFCFCF. Windows color (decimal): -3089271 or 9034960. OLE color: 9034960.
HSL color Cylindrical-coordinate representation of color #D0DC89: hue angle of 68.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0DC89 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 137 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.14 |
| HSL | 68.67º | 0.54% | 0.7% | - |
| HSV(B) | 68.67º | 0.38% | 0.86% | - |
| XYZ | 56.12 | 66.4 | 33.53 | - |
| YUV | 206.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 137 | 0.05 | 0 | 0.38 | 0.14 | 68.67 | 0.54 | 0.7 |
| Hex | D0 | DC | 89 | 5 | 0 | 26 | E | 45 | 36 | 46 |
| Octal | 320 | 334 | 211 | 5 | 0 | 46 | 16 | 105 | 66 | 106 |
| Binary | 11010000 | 11011100 | 10001001 | 101 | 0 | 100110 | 1110 | 1000101 | 110110 | 1000110 |
Color Harmonies of #D0DC89
Complementary color
Monochromatic Colors of #D0DC89
Black with #D0DC89
Text Example
Text Example
White with #D0DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC89; }
p { color: rgb(208,220,137); }
H1.HeaderClassName
{
color: #D0DC89;
}
.AnyTagClassName
{
color: #D0DC89;
}
</style>
background-color css
<style>
a { background-color: #D0DC89; }
a { background-color: rgb(208,220,137); }
div.DivClassName
{
background-color: #D0DC89;
}
.BgClassName
{
background-color: #D0DC89;
}
</style>
border-color css
<style>
span { border-color: #D0DC89; }
span { border-color: rgb(208,220,137); }
td.TdClassName
{
border-color: #D0DC89;
}
.TagClassName
{
border-color: #D0DC89;
}
</style>