Shades of White Rock #D7D4B1
Tints of White Rock #D7D4B1
RGB
CMYK
RGB Variations
Color information
#D7D4B1 (or 0xD7D4B1) is known color: White Rock. HEX triplet: D7, D4 and B1. RGB value is (215,212,177). Sum of RGB (Red+Green+Blue) = 215+212+177=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D4B1 is #282B4E. Grayscale: #D1D1D1. Windows color (decimal): -2632527 or 11654359. OLE color: 11654359.
HSL color Cylindrical-coordinate representation of color #D7D4B1: hue angle of 55.26º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7D4B1 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 177 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.16 |
| HSL | 55.26º | 0.32% | 0.77% | - |
| HSV(B) | 55.26º | 0.18% | 0.84% | - |
| XYZ | 59.5 | 64.71 | 50.95 | - |
| YUV | 208.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 177 | 0 | 0.01 | 0.18 | 0.16 | 55.26 | 0.32 | 0.77 |
| Hex | D7 | D4 | B1 | 0 | 1 | 12 | 10 | 37 | 20 | 4D |
| Octal | 327 | 324 | 261 | 0 | 1 | 22 | 20 | 67 | 40 | 115 |
| Binary | 11010111 | 11010100 | 10110001 | 0 | 1 | 10010 | 10000 | 110111 | 100000 | 1001101 |
Color Harmonies of #D7D4B1
Complementary color
Monochromatic Colors of #D7D4B1
Black with #D7D4B1
Text Example
Text Example
White with #D7D4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4B1; }
p { color: rgb(215,212,177); }
H1.HeaderClassName
{
color: #D7D4B1;
}
.AnyTagClassName
{
color: #D7D4B1;
}
</style>
background-color css
<style>
a { background-color: #D7D4B1; }
a { background-color: rgb(215,212,177); }
div.DivClassName
{
background-color: #D7D4B1;
}
.BgClassName
{
background-color: #D7D4B1;
}
</style>
border-color css
<style>
span { border-color: #D7D4B1; }
span { border-color: rgb(215,212,177); }
td.TdClassName
{
border-color: #D7D4B1;
}
.TagClassName
{
border-color: #D7D4B1;
}
</style>