Shades of Stark White #DCCAB7
Tints of Stark White #DCCAB7
RGB
CMYK
RGB Variations
Color information
#DCCAB7 (or 0xDCCAB7) is known color: Stark White. HEX triplet: DC, CA and B7. RGB value is (220,202,183). Sum of RGB (Red+Green+Blue) = 220+202+183=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAB7 is #233548. Grayscale: #CDCDCD. Windows color (decimal): -2307401 or 12045020. OLE color: 12045020.
HSL color Cylindrical-coordinate representation of color #DCCAB7: hue angle of 30.81º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCAB7 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 183 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.14 |
| HSL | 30.81º | 0.35% | 0.79% | - |
| HSV(B) | 30.81º | 0.17% | 0.86% | - |
| XYZ | 59.18 | 60.88 | 53.43 | - |
| YUV | 205.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 183 | 0 | 0.08 | 0.17 | 0.14 | 30.81 | 0.35 | 0.79 |
| Hex | DC | CA | B7 | 0 | 8 | 11 | E | 1F | 23 | 4F |
| Octal | 334 | 312 | 267 | 0 | 10 | 21 | 16 | 37 | 43 | 117 |
| Binary | 11011100 | 11001010 | 10110111 | 0 | 1000 | 10001 | 1110 | 11111 | 100011 | 1001111 |
Color Harmonies of #DCCAB7
Complementary color
Monochromatic Colors of #DCCAB7
Black with #DCCAB7
Text Example
Text Example
White with #DCCAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAB7; }
p { color: rgb(220,202,183); }
H1.HeaderClassName
{
color: #DCCAB7;
}
.AnyTagClassName
{
color: #DCCAB7;
}
</style>
background-color css
<style>
a { background-color: #DCCAB7; }
a { background-color: rgb(220,202,183); }
div.DivClassName
{
background-color: #DCCAB7;
}
.BgClassName
{
background-color: #DCCAB7;
}
</style>
border-color css
<style>
span { border-color: #DCCAB7; }
span { border-color: rgb(220,202,183); }
td.TdClassName
{
border-color: #DCCAB7;
}
.TagClassName
{
border-color: #DCCAB7;
}
</style>