Shades of Deco #D0DC7F
Tints of Deco #D0DC7F
RGB
CMYK
RGB Variations
Color information
#D0DC7F (or 0xD0DC7F) is known color: Deco. HEX triplet: D0, DC and 7F. RGB value is (208,220,127). Sum of RGB (Red+Green+Blue) = 208+220+127=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC7F is #2F2380. Grayscale: #CECECE. Windows color (decimal): -3089281 or 8379600. OLE color: 8379600.
HSL color Cylindrical-coordinate representation of color #D0DC7F: hue angle of 67.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0DC7F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 127 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.14 |
| HSL | 67.74º | 0.57% | 0.68% | - |
| HSV(B) | 67.74º | 0.42% | 0.86% | - |
| XYZ | 55.44 | 66.13 | 29.92 | - |
| YUV | 205.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 127 | 0.05 | 0 | 0.42 | 0.14 | 67.74 | 0.57 | 0.68 |
| Hex | D0 | DC | 7F | 5 | 0 | 2A | E | 44 | 39 | 44 |
| Octal | 320 | 334 | 177 | 5 | 0 | 52 | 16 | 104 | 71 | 104 |
| Binary | 11010000 | 11011100 | 1111111 | 101 | 0 | 101010 | 1110 | 1000100 | 111001 | 1000100 |
Color Harmonies of #D0DC7F
Complementary color
Monochromatic Colors of #D0DC7F
Black with #D0DC7F
Text Example
Text Example
White with #D0DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC7F; }
p { color: rgb(208,220,127); }
H1.HeaderClassName
{
color: #D0DC7F;
}
.AnyTagClassName
{
color: #D0DC7F;
}
</style>
background-color css
<style>
a { background-color: #D0DC7F; }
a { background-color: rgb(208,220,127); }
div.DivClassName
{
background-color: #D0DC7F;
}
.BgClassName
{
background-color: #D0DC7F;
}
</style>
border-color css
<style>
span { border-color: #D0DC7F; }
span { border-color: rgb(208,220,127); }
td.TdClassName
{
border-color: #D0DC7F;
}
.TagClassName
{
border-color: #D0DC7F;
}
</style>