Shades of Stark White #D4C9B6
Tints of Stark White #D4C9B6
RGB
CMYK
RGB Variations
Color information
#D4C9B6 (or 0xD4C9B6) is known color: Stark White. HEX triplet: D4, C9 and B6. RGB value is (212,201,182). Sum of RGB (Red+Green+Blue) = 212+201+182=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C9B6 is #2B3649. Grayscale: #CACACA. Windows color (decimal): -2831946 or 11979220. OLE color: 11979220.
HSL color Cylindrical-coordinate representation of color #D4C9B6: hue angle of 38º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4C9B6 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 201 | 182 | - |
CMYK | 0 | 0.05 | 0.14 | 0.17 |
HSL | 38º | 0.26% | 0.77% | - |
HSV(B) | 38º | 0.14% | 0.83% | - |
XYZ | 56.48 | 59.15 | 52.7 | - |
YUV | 202.12 | 116.64 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 201 | 182 | 0 | 0.05 | 0.14 | 0.17 | 38 | 0.26 | 0.77 |
Hex | D4 | C9 | B6 | 0 | 5 | E | 11 | 26 | 1A | 4D |
Octal | 324 | 311 | 266 | 0 | 5 | 16 | 21 | 46 | 32 | 115 |
Binary | 11010100 | 11001001 | 10110110 | 0 | 101 | 1110 | 10001 | 100110 | 11010 | 1001101 |
Color Harmonies of #D4C9B6
Complementary color
Monochromatic Colors of #D4C9B6
Black with #D4C9B6
Text Example
Text Example
White with #D4C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C9B6; }
p { color: rgb(212,201,182); }
H1.HeaderClassName
{
color: #D4C9B6;
}
.AnyTagClassName
{
color: #D4C9B6;
}
</style>
background-color css
<style>
a { background-color: #D4C9B6; }
a { background-color: rgb(212,201,182); }
div.DivClassName
{
background-color: #D4C9B6;
}
.BgClassName
{
background-color: #D4C9B6;
}
</style>
border-color css
<style>
span { border-color: #D4C9B6; }
span { border-color: rgb(212,201,182); }
td.TdClassName
{
border-color: #D4C9B6;
}
.TagClassName
{
border-color: #D4C9B6;
}
</style>