Shades of White Rock #D5D1AC
Tints of White Rock #D5D1AC
RGB
CMYK
RGB Variations
Color information
#D5D1AC (or 0xD5D1AC) is known color: White Rock. HEX triplet: D5, D1 and AC. RGB value is (213,209,172). Sum of RGB (Red+Green+Blue) = 213+209+172=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D1AC is #2A2E53. Grayscale: #CECECE. Windows color (decimal): -2764372 or 11325909. OLE color: 11325909.
HSL color Cylindrical-coordinate representation of color #D5D1AC: hue angle of 54.15º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5D1AC is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 209 | 172 | - |
CMYK | 0 | 0.02 | 0.19 | 0.16 |
HSL | 54.15º | 0.33% | 0.75% | - |
HSV(B) | 54.15º | 0.19% | 0.84% | - |
XYZ | 57.69 | 62.73 | 48.1 | - |
YUV | 205.98 | 108.83 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 209 | 172 | 0 | 0.02 | 0.19 | 0.16 | 54.15 | 0.33 | 0.75 |
Hex | D5 | D1 | AC | 0 | 2 | 13 | 10 | 36 | 21 | 4B |
Octal | 325 | 321 | 254 | 0 | 2 | 23 | 20 | 66 | 41 | 113 |
Binary | 11010101 | 11010001 | 10101100 | 0 | 10 | 10011 | 10000 | 110110 | 100001 | 1001011 |
Color Harmonies of #D5D1AC
Complementary color
Monochromatic Colors of #D5D1AC
Black with #D5D1AC
Text Example
Text Example
White with #D5D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1AC; }
p { color: rgb(213,209,172); }
H1.HeaderClassName
{
color: #D5D1AC;
}
.AnyTagClassName
{
color: #D5D1AC;
}
</style>
background-color css
<style>
a { background-color: #D5D1AC; }
a { background-color: rgb(213,209,172); }
div.DivClassName
{
background-color: #D5D1AC;
}
.BgClassName
{
background-color: #D5D1AC;
}
</style>
border-color css
<style>
span { border-color: #D5D1AC; }
span { border-color: rgb(213,209,172); }
td.TdClassName
{
border-color: #D5D1AC;
}
.TagClassName
{
border-color: #D5D1AC;
}
</style>