Shades of Stark White #DCCAB4
Tints of Stark White #DCCAB4
RGB
CMYK
RGB Variations
Color information
#DCCAB4 (or 0xDCCAB4) is known color: Stark White. HEX triplet: DC, CA and B4. RGB value is (220,202,180). Sum of RGB (Red+Green+Blue) = 220+202+180=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAB4 is #23354B. Grayscale: #CCCCCC. Windows color (decimal): -2307404 or 11848412. OLE color: 11848412.
HSL color Cylindrical-coordinate representation of color #DCCAB4: hue angle of 33º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCAB4 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 180 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.14 |
| HSL | 33º | 0.36% | 0.78% | - |
| HSV(B) | 33º | 0.18% | 0.86% | - |
| XYZ | 58.87 | 60.75 | 51.8 | - |
| YUV | 204.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 180 | 0 | 0.08 | 0.18 | 0.14 | 33 | 0.36 | 0.78 |
| Hex | DC | CA | B4 | 0 | 8 | 12 | E | 21 | 24 | 4E |
| Octal | 334 | 312 | 264 | 0 | 10 | 22 | 16 | 41 | 44 | 116 |
| Binary | 11011100 | 11001010 | 10110100 | 0 | 1000 | 10010 | 1110 | 100001 | 100100 | 1001110 |
Color Harmonies of #DCCAB4
Complementary color
Monochromatic Colors of #DCCAB4
Black with #DCCAB4
Text Example
Text Example
White with #DCCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAB4; }
p { color: rgb(220,202,180); }
H1.HeaderClassName
{
color: #DCCAB4;
}
.AnyTagClassName
{
color: #DCCAB4;
}
</style>
background-color css
<style>
a { background-color: #DCCAB4; }
a { background-color: rgb(220,202,180); }
div.DivClassName
{
background-color: #DCCAB4;
}
.BgClassName
{
background-color: #DCCAB4;
}
</style>
border-color css
<style>
span { border-color: #DCCAB4; }
span { border-color: rgb(220,202,180); }
td.TdClassName
{
border-color: #DCCAB4;
}
.TagClassName
{
border-color: #DCCAB4;
}
</style>