Shades of Deco #D0DC8A
Tints of Deco #D0DC8A
RGB
CMYK
RGB Variations
Color information
#D0DC8A (or 0xD0DC8A) is known color: Deco. HEX triplet: D0, DC and 8A. RGB value is (208,220,138). Sum of RGB (Red+Green+Blue) = 208+220+138=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC8A is #2F2375. Grayscale: #CFCFCF. Windows color (decimal): -3089270 or 9100496. OLE color: 9100496.
HSL color Cylindrical-coordinate representation of color #D0DC8A: hue angle of 68.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0DC8A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 138 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.14 |
| HSL | 68.78º | 0.54% | 0.7% | - |
| HSV(B) | 68.78º | 0.37% | 0.86% | - |
| XYZ | 56.19 | 66.43 | 33.91 | - |
| YUV | 207.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 138 | 0.05 | 0 | 0.37 | 0.14 | 68.78 | 0.54 | 0.7 |
| Hex | D0 | DC | 8A | 5 | 0 | 25 | E | 45 | 36 | 46 |
| Octal | 320 | 334 | 212 | 5 | 0 | 45 | 16 | 105 | 66 | 106 |
| Binary | 11010000 | 11011100 | 10001010 | 101 | 0 | 100101 | 1110 | 1000101 | 110110 | 1000110 |
Color Harmonies of #D0DC8A
Complementary color
Monochromatic Colors of #D0DC8A
Black with #D0DC8A
Text Example
Text Example
White with #D0DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC8A; }
p { color: rgb(208,220,138); }
H1.HeaderClassName
{
color: #D0DC8A;
}
.AnyTagClassName
{
color: #D0DC8A;
}
</style>
background-color css
<style>
a { background-color: #D0DC8A; }
a { background-color: rgb(208,220,138); }
div.DivClassName
{
background-color: #D0DC8A;
}
.BgClassName
{
background-color: #D0DC8A;
}
</style>
border-color css
<style>
span { border-color: #D0DC8A; }
span { border-color: rgb(208,220,138); }
td.TdClassName
{
border-color: #D0DC8A;
}
.TagClassName
{
border-color: #D0DC8A;
}
</style>