Shades of Stark White #D3C3AE
Tints of Stark White #D3C3AE
RGB
CMYK
RGB Variations
Color information
#D3C3AE (or 0xD3C3AE) is known color: Stark White. HEX triplet: D3, C3 and AE. RGB value is (211,195,174). Sum of RGB (Red+Green+Blue) = 211+195+174=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C3AE is #2C3C51. Grayscale: #C5C5C5. Windows color (decimal): -2899026 or 11453395. OLE color: 11453395.
HSL color Cylindrical-coordinate representation of color #D3C3AE: hue angle of 34.05º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3C3AE is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 174 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.17 |
| HSL | 34.05º | 0.3% | 0.75% | - |
| HSV(B) | 34.05º | 0.18% | 0.83% | - |
| XYZ | 54.02 | 55.94 | 47.99 | - |
| YUV | 197.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 174 | 0 | 0.08 | 0.18 | 0.17 | 34.05 | 0.3 | 0.75 |
| Hex | D3 | C3 | AE | 0 | 8 | 12 | 11 | 22 | 1E | 4B |
| Octal | 323 | 303 | 256 | 0 | 10 | 22 | 21 | 42 | 36 | 113 |
| Binary | 11010011 | 11000011 | 10101110 | 0 | 1000 | 10010 | 10001 | 100010 | 11110 | 1001011 |
Color Harmonies of #D3C3AE
Complementary color
Monochromatic Colors of #D3C3AE
Black with #D3C3AE
Text Example
Text Example
White with #D3C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C3AE; }
p { color: rgb(211,195,174); }
H1.HeaderClassName
{
color: #D3C3AE;
}
.AnyTagClassName
{
color: #D3C3AE;
}
</style>
background-color css
<style>
a { background-color: #D3C3AE; }
a { background-color: rgb(211,195,174); }
div.DivClassName
{
background-color: #D3C3AE;
}
.BgClassName
{
background-color: #D3C3AE;
}
</style>
border-color css
<style>
span { border-color: #D3C3AE; }
span { border-color: rgb(211,195,174); }
td.TdClassName
{
border-color: #D3C3AE;
}
.TagClassName
{
border-color: #D3C3AE;
}
</style>