Shades of Deco #D0DD7D
Tints of Deco #D0DD7D
RGB
CMYK
RGB Variations
Color information
#D0DD7D (or 0xD0DD7D) is known color: Deco. HEX triplet: D0, DD and 7D. RGB value is (208,221,125). Sum of RGB (Red+Green+Blue) = 208+221+125=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD7D is #2F2282. Grayscale: #CECECE. Windows color (decimal): -3089027 or 8248784. OLE color: 8248784.
HSL color Cylindrical-coordinate representation of color #D0DD7D: hue angle of 68.13º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0DD7D is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 125 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.13 |
| HSL | 68.13º | 0.59% | 0.68% | - |
| HSV(B) | 68.13º | 0.43% | 0.87% | - |
| XYZ | 55.57 | 66.6 | 29.33 | - |
| YUV | 206.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 125 | 0.06 | 0 | 0.43 | 0.13 | 68.13 | 0.59 | 0.68 |
| Hex | D0 | DD | 7D | 6 | 0 | 2B | D | 44 | 3B | 44 |
| Octal | 320 | 335 | 175 | 6 | 0 | 53 | 15 | 104 | 73 | 104 |
| Binary | 11010000 | 11011101 | 1111101 | 110 | 0 | 101011 | 1101 | 1000100 | 111011 | 1000100 |
Color Harmonies of #D0DD7D
Complementary color
Monochromatic Colors of #D0DD7D
Black with #D0DD7D
Text Example
Text Example
White with #D0DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD7D; }
p { color: rgb(208,221,125); }
H1.HeaderClassName
{
color: #D0DD7D;
}
.AnyTagClassName
{
color: #D0DD7D;
}
</style>
background-color css
<style>
a { background-color: #D0DD7D; }
a { background-color: rgb(208,221,125); }
div.DivClassName
{
background-color: #D0DD7D;
}
.BgClassName
{
background-color: #D0DD7D;
}
</style>
border-color css
<style>
span { border-color: #D0DD7D; }
span { border-color: rgb(208,221,125); }
td.TdClassName
{
border-color: #D0DD7D;
}
.TagClassName
{
border-color: #D0DD7D;
}
</style>