Shades of Stark White #D5C7B5
Tints of Stark White #D5C7B5
RGB
CMYK
RGB Variations
Color information
#D5C7B5 (or 0xD5C7B5) is known color: Stark White. HEX triplet: D5, C7 and B5. RGB value is (213,199,181). Sum of RGB (Red+Green+Blue) = 213+199+181=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7B5 is #2A384A. Grayscale: #C9C9C9. Windows color (decimal): -2766923 or 11913173. OLE color: 11913173.
HSL color Cylindrical-coordinate representation of color #D5C7B5: hue angle of 33.75º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5C7B5 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 199 | 181 | - |
CMYK | 0 | 0.07 | 0.15 | 0.16 |
HSL | 33.75º | 0.28% | 0.77% | - |
HSV(B) | 33.75º | 0.15% | 0.84% | - |
XYZ | 56.2 | 58.33 | 52.01 | - |
YUV | 201.13 | 116.64 | 136.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 199 | 181 | 0 | 0.07 | 0.15 | 0.16 | 33.75 | 0.28 | 0.77 |
Hex | D5 | C7 | B5 | 0 | 7 | F | 10 | 22 | 1C | 4D |
Octal | 325 | 307 | 265 | 0 | 7 | 17 | 20 | 42 | 34 | 115 |
Binary | 11010101 | 11000111 | 10110101 | 0 | 111 | 1111 | 10000 | 100010 | 11100 | 1001101 |
Color Harmonies of #D5C7B5
Complementary color
Monochromatic Colors of #D5C7B5
Black with #D5C7B5
Text Example
Text Example
White with #D5C7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C7B5; }
p { color: rgb(213,199,181); }
H1.HeaderClassName
{
color: #D5C7B5;
}
.AnyTagClassName
{
color: #D5C7B5;
}
</style>
background-color css
<style>
a { background-color: #D5C7B5; }
a { background-color: rgb(213,199,181); }
div.DivClassName
{
background-color: #D5C7B5;
}
.BgClassName
{
background-color: #D5C7B5;
}
</style>
border-color css
<style>
span { border-color: #D5C7B5; }
span { border-color: rgb(213,199,181); }
td.TdClassName
{
border-color: #D5C7B5;
}
.TagClassName
{
border-color: #D5C7B5;
}
</style>