Shades of Stark White #D4C5AF
Tints of Stark White #D4C5AF
RGB
CMYK
RGB Variations
Color information
#D4C5AF (or 0xD4C5AF) is known color: Stark White. HEX triplet: D4, C5 and AF. RGB value is (212,197,175). Sum of RGB (Red+Green+Blue) = 212+197+175=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C5AF is #2B3A50. Grayscale: #C7C7C7. Windows color (decimal): -2832977 or 11519444. OLE color: 11519444.
HSL color Cylindrical-coordinate representation of color #D4C5AF: hue angle of 35.68º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C5AF is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 197 | 175 | - |
CMYK | 0 | 0.07 | 0.17 | 0.17 |
HSL | 35.68º | 0.3% | 0.76% | - |
HSV(B) | 35.68º | 0.17% | 0.83% | - |
XYZ | 54.86 | 57.02 | 48.67 | - |
YUV | 198.98 | 114.47 | 137.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 197 | 175 | 0 | 0.07 | 0.17 | 0.17 | 35.68 | 0.3 | 0.76 |
Hex | D4 | C5 | AF | 0 | 7 | 11 | 11 | 24 | 1E | 4C |
Octal | 324 | 305 | 257 | 0 | 7 | 21 | 21 | 44 | 36 | 114 |
Binary | 11010100 | 11000101 | 10101111 | 0 | 111 | 10001 | 10001 | 100100 | 11110 | 1001100 |
Color Harmonies of #D4C5AF
Complementary color
Monochromatic Colors of #D4C5AF
Black with #D4C5AF
Text Example
Text Example
White with #D4C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5AF; }
p { color: rgb(212,197,175); }
H1.HeaderClassName
{
color: #D4C5AF;
}
.AnyTagClassName
{
color: #D4C5AF;
}
</style>
background-color css
<style>
a { background-color: #D4C5AF; }
a { background-color: rgb(212,197,175); }
div.DivClassName
{
background-color: #D4C5AF;
}
.BgClassName
{
background-color: #D4C5AF;
}
</style>
border-color css
<style>
span { border-color: #D4C5AF; }
span { border-color: rgb(212,197,175); }
td.TdClassName
{
border-color: #D4C5AF;
}
.TagClassName
{
border-color: #D4C5AF;
}
</style>