Shades of Green White #DCDCCA
Tints of Green White #DCDCCA
RGB
CMYK
RGB Variations
Color information
#DCDCCA (or 0xDCDCCA) is known color: Green White. HEX triplet: DC, DC and CA. RGB value is (220,220,202). Sum of RGB (Red+Green+Blue) = 220+220+202=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCCA is #232335. Grayscale: #DADADA. Windows color (decimal): -2302774 or 13294812. OLE color: 13294812.
HSL color Cylindrical-coordinate representation of color #DCDCCA: hue angle of 60º 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 #DCDCCA is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 202 | - |
CMYK | 0 | 0 | 0.08 | 0.14 |
HSL | 60º | 0.2% | 0.83% | - |
HSV(B) | 60º | 0.08% | 0.86% | - |
XYZ | 65.77 | 70.67 | 66.05 | - |
YUV | 217.95 | 119 | 129.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 202 | 0 | 0 | 0.08 | 0.14 | 60 | 0.2 | 0.83 |
Hex | DC | DC | CA | 0 | 0 | 8 | E | 3C | 14 | 53 |
Octal | 334 | 334 | 312 | 0 | 0 | 10 | 16 | 74 | 24 | 123 |
Binary | 11011100 | 11011100 | 11001010 | 0 | 0 | 1000 | 1110 | 111100 | 10100 | 1010011 |
Color Harmonies of #DCDCCA
Complementary color
Monochromatic Colors of #DCDCCA
Black with #DCDCCA
Text Example
Text Example
White with #DCDCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCCA; }
p { color: rgb(220,220,202); }
H1.HeaderClassName
{
color: #DCDCCA;
}
.AnyTagClassName
{
color: #DCDCCA;
}
</style>
background-color css
<style>
a { background-color: #DCDCCA; }
a { background-color: rgb(220,220,202); }
div.DivClassName
{
background-color: #DCDCCA;
}
.BgClassName
{
background-color: #DCDCCA;
}
</style>
border-color css
<style>
span { border-color: #DCDCCA; }
span { border-color: rgb(220,220,202); }
td.TdClassName
{
border-color: #DCDCCA;
}
.TagClassName
{
border-color: #DCDCCA;
}
</style>