Shades of Stark White #D5C4AF
Tints of Stark White #D5C4AF
RGB
CMYK
RGB Variations
Color information
#D5C4AF (or 0xD5C4AF) is known color: Stark White. HEX triplet: D5, C4 and AF. RGB value is (213,196,175). Sum of RGB (Red+Green+Blue) = 213+196+175=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C4AF is #2A3B50. Grayscale: #C6C6C6. Windows color (decimal): -2767697 or 11519189. OLE color: 11519189.
HSL color Cylindrical-coordinate representation of color #D5C4AF: hue angle of 33.16º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5C4AF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 175 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.16 |
| HSL | 33.16º | 0.31% | 0.76% | - |
| HSV(B) | 33.16º | 0.18% | 0.84% | - |
| XYZ | 54.92 | 56.72 | 48.61 | - |
| YUV | 198.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 175 | 0 | 0.08 | 0.18 | 0.16 | 33.16 | 0.31 | 0.76 |
| Hex | D5 | C4 | AF | 0 | 8 | 12 | 10 | 21 | 1F | 4C |
| Octal | 325 | 304 | 257 | 0 | 10 | 22 | 20 | 41 | 37 | 114 |
| Binary | 11010101 | 11000100 | 10101111 | 0 | 1000 | 10010 | 10000 | 100001 | 11111 | 1001100 |
Color Harmonies of #D5C4AF
Complementary color
Monochromatic Colors of #D5C4AF
Black with #D5C4AF
Text Example
Text Example
White with #D5C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C4AF; }
p { color: rgb(213,196,175); }
H1.HeaderClassName
{
color: #D5C4AF;
}
.AnyTagClassName
{
color: #D5C4AF;
}
</style>
background-color css
<style>
a { background-color: #D5C4AF; }
a { background-color: rgb(213,196,175); }
div.DivClassName
{
background-color: #D5C4AF;
}
.BgClassName
{
background-color: #D5C4AF;
}
</style>
border-color css
<style>
span { border-color: #D5C4AF; }
span { border-color: rgb(213,196,175); }
td.TdClassName
{
border-color: #D5C4AF;
}
.TagClassName
{
border-color: #D5C4AF;
}
</style>