Shades of Deco #D0DF7D
Tints of Deco #D0DF7D
RGB
CMYK
RGB Variations
Color information
#D0DF7D (or 0xD0DF7D) is known color: Deco. HEX triplet: D0, DF and 7D. RGB value is (208,223,125). Sum of RGB (Red+Green+Blue) = 208+223+125=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF7D is #2F2082. Grayscale: #CFCFCF. Windows color (decimal): -3088515 or 8249296. OLE color: 8249296.
HSL color Cylindrical-coordinate representation of color #D0DF7D: hue angle of 69.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0DF7D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 125 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.13 |
| HSL | 69.18º | 0.6% | 0.68% | - |
| HSV(B) | 69.18º | 0.44% | 0.87% | - |
| XYZ | 56.1 | 67.67 | 29.51 | - |
| YUV | 207.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 125 | 0.07 | 0 | 0.44 | 0.13 | 69.18 | 0.6 | 0.68 |
| Hex | D0 | DF | 7D | 7 | 0 | 2C | D | 45 | 3C | 44 |
| Octal | 320 | 337 | 175 | 7 | 0 | 54 | 15 | 105 | 74 | 104 |
| Binary | 11010000 | 11011111 | 1111101 | 111 | 0 | 101100 | 1101 | 1000101 | 111100 | 1000100 |
Color Harmonies of #D0DF7D
Complementary color
Monochromatic Colors of #D0DF7D
Black with #D0DF7D
Text Example
Text Example
White with #D0DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF7D; }
p { color: rgb(208,223,125); }
H1.HeaderClassName
{
color: #D0DF7D;
}
.AnyTagClassName
{
color: #D0DF7D;
}
</style>
background-color css
<style>
a { background-color: #D0DF7D; }
a { background-color: rgb(208,223,125); }
div.DivClassName
{
background-color: #D0DF7D;
}
.BgClassName
{
background-color: #D0DF7D;
}
</style>
border-color css
<style>
span { border-color: #D0DF7D; }
span { border-color: rgb(208,223,125); }
td.TdClassName
{
border-color: #D0DF7D;
}
.TagClassName
{
border-color: #D0DF7D;
}
</style>