Shades of Deco #D2DC7F
Tints of Deco #D2DC7F
RGB
CMYK
RGB Variations
Color information
#D2DC7F (or 0xD2DC7F) is known color: Deco. HEX triplet: D2, DC and 7F. RGB value is (210,220,127). Sum of RGB (Red+Green+Blue) = 210+220+127=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC7F is #2D2380. Grayscale: #CECECE. Windows color (decimal): -2958209 or 8379602. OLE color: 8379602.
HSL color Cylindrical-coordinate representation of color #D2DC7F: hue angle of 66.45º 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 #D2DC7F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 127 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.14 |
| HSL | 66.45º | 0.57% | 0.68% | - |
| HSV(B) | 66.45º | 0.42% | 0.86% | - |
| XYZ | 56 | 66.42 | 29.95 | - |
| YUV | 206.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 127 | 0.05 | 0 | 0.42 | 0.14 | 66.45 | 0.57 | 0.68 |
| Hex | D2 | DC | 7F | 5 | 0 | 2A | E | 42 | 39 | 44 |
| Octal | 322 | 334 | 177 | 5 | 0 | 52 | 16 | 102 | 71 | 104 |
| Binary | 11010010 | 11011100 | 1111111 | 101 | 0 | 101010 | 1110 | 1000010 | 111001 | 1000100 |
Color Harmonies of #D2DC7F
Complementary color
Monochromatic Colors of #D2DC7F
Black with #D2DC7F
Text Example
Text Example
White with #D2DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC7F; }
p { color: rgb(210,220,127); }
H1.HeaderClassName
{
color: #D2DC7F;
}
.AnyTagClassName
{
color: #D2DC7F;
}
</style>
background-color css
<style>
a { background-color: #D2DC7F; }
a { background-color: rgb(210,220,127); }
div.DivClassName
{
background-color: #D2DC7F;
}
.BgClassName
{
background-color: #D2DC7F;
}
</style>
border-color css
<style>
span { border-color: #D2DC7F; }
span { border-color: rgb(210,220,127); }
td.TdClassName
{
border-color: #D2DC7F;
}
.TagClassName
{
border-color: #D2DC7F;
}
</style>