Shades of White Rock #D7D4AD
Tints of White Rock #D7D4AD
RGB
CMYK
RGB Variations
Color information
#D7D4AD (or 0xD7D4AD) is known color: White Rock. HEX triplet: D7, D4 and AD. RGB value is (215,212,173). Sum of RGB (Red+Green+Blue) = 215+212+173=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D4AD is #282B52. Grayscale: #D0D0D0. Windows color (decimal): -2632531 or 11392215. OLE color: 11392215.
HSL color Cylindrical-coordinate representation of color #D7D4AD: hue angle of 55.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7D4AD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 173 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.16 |
| HSL | 55.71º | 0.34% | 0.76% | - |
| HSV(B) | 55.71º | 0.2% | 0.84% | - |
| XYZ | 59.11 | 64.55 | 48.88 | - |
| YUV | 208.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 173 | 0 | 0.01 | 0.20 | 0.16 | 55.71 | 0.34 | 0.76 |
| Hex | D7 | D4 | AD | 0 | 1 | 14 | 10 | 38 | 22 | 4C |
| Octal | 327 | 324 | 255 | 0 | 1 | 24 | 20 | 70 | 42 | 114 |
| Binary | 11010111 | 11010100 | 10101101 | 0 | 1 | 10100 | 10000 | 111000 | 100010 | 1001100 |
Color Harmonies of #D7D4AD
Complementary color
Monochromatic Colors of #D7D4AD
Black with #D7D4AD
Text Example
Text Example
White with #D7D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4AD; }
p { color: rgb(215,212,173); }
H1.HeaderClassName
{
color: #D7D4AD;
}
.AnyTagClassName
{
color: #D7D4AD;
}
</style>
background-color css
<style>
a { background-color: #D7D4AD; }
a { background-color: rgb(215,212,173); }
div.DivClassName
{
background-color: #D7D4AD;
}
.BgClassName
{
background-color: #D7D4AD;
}
</style>
border-color css
<style>
span { border-color: #D7D4AD; }
span { border-color: rgb(215,212,173); }
td.TdClassName
{
border-color: #D7D4AD;
}
.TagClassName
{
border-color: #D7D4AD;
}
</style>