Shades of Green White #DCDACA
Tints of Green White #DCDACA
RGB
CMYK
RGB Variations
Color information
#DCDACA (or 0xDCDACA) is known color: Green White. HEX triplet: DC, DA and CA. RGB value is (220,218,202). Sum of RGB (Red+Green+Blue) = 220+218+202=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDACA is #232535. Grayscale: #D8D8D8. Windows color (decimal): -2303286 or 13294300. OLE color: 13294300.
HSL color Cylindrical-coordinate representation of color #DCDACA: hue angle of 53.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDACA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 202 | - |
CMYK | 0 | 0.01 | 0.08 | 0.14 |
HSL | 53.33º | 0.2% | 0.83% | - |
HSV(B) | 53.33º | 0.08% | 0.86% | - |
XYZ | 65.25 | 69.62 | 65.88 | - |
YUV | 216.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 202 | 0 | 0.01 | 0.08 | 0.14 | 53.33 | 0.2 | 0.83 |
Hex | DC | DA | CA | 0 | 1 | 8 | E | 35 | 14 | 53 |
Octal | 334 | 332 | 312 | 0 | 1 | 10 | 16 | 65 | 24 | 123 |
Binary | 11011100 | 11011010 | 11001010 | 0 | 1 | 1000 | 1110 | 110101 | 10100 | 1010011 |
Color Harmonies of #DCDACA
Complementary color
Monochromatic Colors of #DCDACA
Black with #DCDACA
Text Example
Text Example
White with #DCDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDACA; }
p { color: rgb(220,218,202); }
H1.HeaderClassName
{
color: #DCDACA;
}
.AnyTagClassName
{
color: #DCDACA;
}
</style>
background-color css
<style>
a { background-color: #DCDACA; }
a { background-color: rgb(220,218,202); }
div.DivClassName
{
background-color: #DCDACA;
}
.BgClassName
{
background-color: #DCDACA;
}
</style>
border-color css
<style>
span { border-color: #DCDACA; }
span { border-color: rgb(220,218,202); }
td.TdClassName
{
border-color: #DCDACA;
}
.TagClassName
{
border-color: #DCDACA;
}
</style>