Shades of Stark White #DDCAB8
Tints of Stark White #DDCAB8
RGB
CMYK
RGB Variations
Color information
#DDCAB8 (or 0xDDCAB8) is known color: Stark White. HEX triplet: DD, CA and B8. RGB value is (221,202,184). Sum of RGB (Red+Green+Blue) = 221+202+184=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAB8 is #223547. Grayscale: #CDCDCD. Windows color (decimal): -2241864 or 12110557. OLE color: 12110557.
HSL color Cylindrical-coordinate representation of color #DDCAB8: hue angle of 29.19º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCAB8 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 184 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.13 |
| HSL | 29.19º | 0.35% | 0.79% | - |
| HSV(B) | 29.19º | 0.17% | 0.87% | - |
| XYZ | 59.59 | 61.07 | 54 | - |
| YUV | 205.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 184 | 0 | 0.09 | 0.17 | 0.13 | 29.19 | 0.35 | 0.79 |
| Hex | DD | CA | B8 | 0 | 9 | 11 | D | 1D | 23 | 4F |
| Octal | 335 | 312 | 270 | 0 | 11 | 21 | 15 | 35 | 43 | 117 |
| Binary | 11011101 | 11001010 | 10111000 | 0 | 1001 | 10001 | 1101 | 11101 | 100011 | 1001111 |
Color Harmonies of #DDCAB8
Complementary color
Monochromatic Colors of #DDCAB8
Black with #DDCAB8
Text Example
Text Example
White with #DDCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAB8; }
p { color: rgb(221,202,184); }
H1.HeaderClassName
{
color: #DDCAB8;
}
.AnyTagClassName
{
color: #DDCAB8;
}
</style>
background-color css
<style>
a { background-color: #DDCAB8; }
a { background-color: rgb(221,202,184); }
div.DivClassName
{
background-color: #DDCAB8;
}
.BgClassName
{
background-color: #DDCAB8;
}
</style>
border-color css
<style>
span { border-color: #DDCAB8; }
span { border-color: rgb(221,202,184); }
td.TdClassName
{
border-color: #DDCAB8;
}
.TagClassName
{
border-color: #DDCAB8;
}
</style>