Shades of Stark White #DCCAB5
Tints of Stark White #DCCAB5
RGB
CMYK
RGB Variations
Color information
#DCCAB5 (or 0xDCCAB5) is known color: Stark White. HEX triplet: DC, CA and B5. RGB value is (220,202,181). Sum of RGB (Red+Green+Blue) = 220+202+181=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAB5 is #23354A. Grayscale: #CDCDCD. Windows color (decimal): -2307403 or 11913948. OLE color: 11913948.
HSL color Cylindrical-coordinate representation of color #DCCAB5: hue angle of 32.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCAB5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 181 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.14 |
| HSL | 32.31º | 0.36% | 0.79% | - |
| HSV(B) | 32.31º | 0.18% | 0.86% | - |
| XYZ | 58.98 | 60.79 | 52.34 | - |
| YUV | 204.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 181 | 0 | 0.08 | 0.18 | 0.14 | 32.31 | 0.36 | 0.79 |
| Hex | DC | CA | B5 | 0 | 8 | 12 | E | 20 | 24 | 4F |
| Octal | 334 | 312 | 265 | 0 | 10 | 22 | 16 | 40 | 44 | 117 |
| Binary | 11011100 | 11001010 | 10110101 | 0 | 1000 | 10010 | 1110 | 100000 | 100100 | 1001111 |
Color Harmonies of #DCCAB5
Complementary color
Monochromatic Colors of #DCCAB5
Black with #DCCAB5
Text Example
Text Example
White with #DCCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAB5; }
p { color: rgb(220,202,181); }
H1.HeaderClassName
{
color: #DCCAB5;
}
.AnyTagClassName
{
color: #DCCAB5;
}
</style>
background-color css
<style>
a { background-color: #DCCAB5; }
a { background-color: rgb(220,202,181); }
div.DivClassName
{
background-color: #DCCAB5;
}
.BgClassName
{
background-color: #DCCAB5;
}
</style>
border-color css
<style>
span { border-color: #DCCAB5; }
span { border-color: rgb(220,202,181); }
td.TdClassName
{
border-color: #DCCAB5;
}
.TagClassName
{
border-color: #DCCAB5;
}
</style>