Shades of White Rock #D8D4B3
Tints of White Rock #D8D4B3
RGB
CMYK
RGB Variations
Color information
#D8D4B3 (or 0xD8D4B3) is known color: White Rock. HEX triplet: D8, D4 and B3. RGB value is (216,212,179). Sum of RGB (Red+Green+Blue) = 216+212+179=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4B3 is #272B4C. Grayscale: #D1D1D1. Windows color (decimal): -2566989 or 11785432. OLE color: 11785432.
HSL color Cylindrical-coordinate representation of color #D8D4B3: hue angle of 53.51º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8D4B3 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 179 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.15 |
| HSL | 53.51º | 0.32% | 0.77% | - |
| HSV(B) | 53.51º | 0.17% | 0.85% | - |
| XYZ | 60 | 64.94 | 52.02 | - |
| YUV | 209.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 179 | 0 | 0.02 | 0.17 | 0.15 | 53.51 | 0.32 | 0.77 |
| Hex | D8 | D4 | B3 | 0 | 2 | 11 | F | 36 | 20 | 4D |
| Octal | 330 | 324 | 263 | 0 | 2 | 21 | 17 | 66 | 40 | 115 |
| Binary | 11011000 | 11010100 | 10110011 | 0 | 10 | 10001 | 1111 | 110110 | 100000 | 1001101 |
Color Harmonies of #D8D4B3
Complementary color
Monochromatic Colors of #D8D4B3
Black with #D8D4B3
Text Example
Text Example
White with #D8D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4B3; }
p { color: rgb(216,212,179); }
H1.HeaderClassName
{
color: #D8D4B3;
}
.AnyTagClassName
{
color: #D8D4B3;
}
</style>
background-color css
<style>
a { background-color: #D8D4B3; }
a { background-color: rgb(216,212,179); }
div.DivClassName
{
background-color: #D8D4B3;
}
.BgClassName
{
background-color: #D8D4B3;
}
</style>
border-color css
<style>
span { border-color: #D8D4B3; }
span { border-color: rgb(216,212,179); }
td.TdClassName
{
border-color: #D8D4B3;
}
.TagClassName
{
border-color: #D8D4B3;
}
</style>