Shades of Deco #D0DC94
Tints of Deco #D0DC94
RGB
CMYK
RGB Variations
Color information
#D0DC94 (or 0xD0DC94) is known color: Deco. HEX triplet: D0, DC and 94. RGB value is (208,220,148). Sum of RGB (Red+Green+Blue) = 208+220+148=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC94 is #2F236B. Grayscale: #D0D0D0. Windows color (decimal): -3089260 or 9755856. OLE color: 9755856.
HSL color Cylindrical-coordinate representation of color #D0DC94: hue angle of 70º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0DC94 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 148 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.14 |
| HSL | 70º | 0.51% | 0.72% | - |
| HSV(B) | 70º | 0.33% | 0.86% | - |
| XYZ | 56.95 | 66.73 | 37.9 | - |
| YUV | 208.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 148 | 0.05 | 0 | 0.33 | 0.14 | 70 | 0.51 | 0.72 |
| Hex | D0 | DC | 94 | 5 | 0 | 21 | E | 46 | 33 | 48 |
| Octal | 320 | 334 | 224 | 5 | 0 | 41 | 16 | 106 | 63 | 110 |
| Binary | 11010000 | 11011100 | 10010100 | 101 | 0 | 100001 | 1110 | 1000110 | 110011 | 1001000 |
Color Harmonies of #D0DC94
Complementary color
Monochromatic Colors of #D0DC94
Black with #D0DC94
Text Example
Text Example
White with #D0DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC94; }
p { color: rgb(208,220,148); }
H1.HeaderClassName
{
color: #D0DC94;
}
.AnyTagClassName
{
color: #D0DC94;
}
</style>
background-color css
<style>
a { background-color: #D0DC94; }
a { background-color: rgb(208,220,148); }
div.DivClassName
{
background-color: #D0DC94;
}
.BgClassName
{
background-color: #D0DC94;
}
</style>
border-color css
<style>
span { border-color: #D0DC94; }
span { border-color: rgb(208,220,148); }
td.TdClassName
{
border-color: #D0DC94;
}
.TagClassName
{
border-color: #D0DC94;
}
</style>