Shades of Sapling #DCCDA7
Tints of Sapling #DCCDA7
RGB
CMYK
RGB Variations
Color information
#DCCDA7 (or 0xDCCDA7) is known color: Sapling. HEX triplet: DC, CD and A7. RGB value is (220,205,167). Sum of RGB (Red+Green+Blue) = 220+205+167=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDA7 is #233258. Grayscale: #CDCDCD. Windows color (decimal): -2306649 or 10997212. OLE color: 10997212.
HSL color Cylindrical-coordinate representation of color #DCCDA7: hue angle of 43.02º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCCDA7 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 205 | 167 | - |
CMYK | 0 | 0.07 | 0.24 | 0.14 |
HSL | 43.02º | 0.43% | 0.76% | - |
HSV(B) | 43.02º | 0.24% | 0.86% | - |
XYZ | 58.32 | 61.67 | 45.39 | - |
YUV | 205.15 | 106.47 | 138.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 167 | 0 | 0.07 | 0.24 | 0.14 | 43.02 | 0.43 | 0.76 |
Hex | DC | CD | A7 | 0 | 7 | 18 | E | 2B | 2B | 4C |
Octal | 334 | 315 | 247 | 0 | 7 | 30 | 16 | 53 | 53 | 114 |
Binary | 11011100 | 11001101 | 10100111 | 0 | 111 | 11000 | 1110 | 101011 | 101011 | 1001100 |
Color Harmonies of #DCCDA7
Complementary color
Monochromatic Colors of #DCCDA7
Black with #DCCDA7
Text Example
Text Example
White with #DCCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDA7; }
p { color: rgb(220,205,167); }
H1.HeaderClassName
{
color: #DCCDA7;
}
.AnyTagClassName
{
color: #DCCDA7;
}
</style>
background-color css
<style>
a { background-color: #DCCDA7; }
a { background-color: rgb(220,205,167); }
div.DivClassName
{
background-color: #DCCDA7;
}
.BgClassName
{
background-color: #DCCDA7;
}
</style>
border-color css
<style>
span { border-color: #DCCDA7; }
span { border-color: rgb(220,205,167); }
td.TdClassName
{
border-color: #DCCDA7;
}
.TagClassName
{
border-color: #DCCDA7;
}
</style>