Shades of White Rock #D5D2AD
Tints of White Rock #D5D2AD
RGB
CMYK
RGB Variations
Color information
#D5D2AD (or 0xD5D2AD) is known color: White Rock. HEX triplet: D5, D2 and AD. RGB value is (213,210,173). Sum of RGB (Red+Green+Blue) = 213+210+173=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D2AD is #2A2D52. Grayscale: #CECECE. Windows color (decimal): -2764115 or 11391701. OLE color: 11391701.
HSL color Cylindrical-coordinate representation of color #D5D2AD: hue angle of 55.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5D2AD is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 173 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.16 |
| HSL | 55.5º | 0.32% | 0.76% | - |
| HSV(B) | 55.5º | 0.19% | 0.84% | - |
| XYZ | 58.03 | 63.26 | 48.69 | - |
| YUV | 206.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 173 | 0 | 0.01 | 0.19 | 0.16 | 55.5 | 0.32 | 0.76 |
| Hex | D5 | D2 | AD | 0 | 1 | 13 | 10 | 38 | 20 | 4C |
| Octal | 325 | 322 | 255 | 0 | 1 | 23 | 20 | 70 | 40 | 114 |
| Binary | 11010101 | 11010010 | 10101101 | 0 | 1 | 10011 | 10000 | 111000 | 100000 | 1001100 |
Color Harmonies of #D5D2AD
Complementary color
Monochromatic Colors of #D5D2AD
Black with #D5D2AD
Text Example
Text Example
White with #D5D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2AD; }
p { color: rgb(213,210,173); }
H1.HeaderClassName
{
color: #D5D2AD;
}
.AnyTagClassName
{
color: #D5D2AD;
}
</style>
background-color css
<style>
a { background-color: #D5D2AD; }
a { background-color: rgb(213,210,173); }
div.DivClassName
{
background-color: #D5D2AD;
}
.BgClassName
{
background-color: #D5D2AD;
}
</style>
border-color css
<style>
span { border-color: #D5D2AD; }
span { border-color: rgb(213,210,173); }
td.TdClassName
{
border-color: #D5D2AD;
}
.TagClassName
{
border-color: #D5D2AD;
}
</style>