Shades of Stark White #D3CAB9
Tints of Stark White #D3CAB9
RGB
CMYK
RGB Variations
Color information
#D3CAB9 (or 0xD3CAB9) is known color: Stark White. HEX triplet: D3, CA and B9. RGB value is (211,202,185). Sum of RGB (Red+Green+Blue) = 211+202+185=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAB9 is #2C3546. Grayscale: #CACACA. Windows color (decimal): -2897223 or 12176083. OLE color: 12176083.
HSL color Cylindrical-coordinate representation of color #D3CAB9: hue angle of 39.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3CAB9 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 185 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.17 |
| HSL | 39.23º | 0.23% | 0.78% | - |
| HSV(B) | 39.23º | 0.12% | 0.83% | - |
| XYZ | 56.74 | 59.59 | 54.41 | - |
| YUV | 202.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 185 | 0 | 0.04 | 0.12 | 0.17 | 39.23 | 0.23 | 0.78 |
| Hex | D3 | CA | B9 | 0 | 4 | C | 11 | 27 | 17 | 4E |
| Octal | 323 | 312 | 271 | 0 | 4 | 14 | 21 | 47 | 27 | 116 |
| Binary | 11010011 | 11001010 | 10111001 | 0 | 100 | 1100 | 10001 | 100111 | 10111 | 1001110 |
Color Harmonies of #D3CAB9
Complementary color
Monochromatic Colors of #D3CAB9
Black with #D3CAB9
Text Example
Text Example
White with #D3CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAB9; }
p { color: rgb(211,202,185); }
H1.HeaderClassName
{
color: #D3CAB9;
}
.AnyTagClassName
{
color: #D3CAB9;
}
</style>
background-color css
<style>
a { background-color: #D3CAB9; }
a { background-color: rgb(211,202,185); }
div.DivClassName
{
background-color: #D3CAB9;
}
.BgClassName
{
background-color: #D3CAB9;
}
</style>
border-color css
<style>
span { border-color: #D3CAB9; }
span { border-color: rgb(211,202,185); }
td.TdClassName
{
border-color: #D3CAB9;
}
.TagClassName
{
border-color: #D3CAB9;
}
</style>