Shades of White Rock #DBD6B1
Tints of White Rock #DBD6B1
RGB
CMYK
RGB Variations
Color information
#DBD6B1 (or 0xDBD6B1) is known color: White Rock. HEX triplet: DB, D6 and B1. RGB value is (219,214,177). Sum of RGB (Red+Green+Blue) = 219+214+177=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD6B1 is #24294E. Grayscale: #D3D3D3. Windows color (decimal): -2369871 or 11654875. OLE color: 11654875.
HSL color Cylindrical-coordinate representation of color #DBD6B1: hue angle of 52.86º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBD6B1 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 177 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.14 |
| HSL | 52.86º | 0.37% | 0.78% | - |
| HSV(B) | 52.86º | 0.19% | 0.86% | - |
| XYZ | 61.2 | 66.33 | 51.17 | - |
| YUV | 211.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 177 | 0 | 0.02 | 0.19 | 0.14 | 52.86 | 0.37 | 0.78 |
| Hex | DB | D6 | B1 | 0 | 2 | 13 | E | 35 | 25 | 4E |
| Octal | 333 | 326 | 261 | 0 | 2 | 23 | 16 | 65 | 45 | 116 |
| Binary | 11011011 | 11010110 | 10110001 | 0 | 10 | 10011 | 1110 | 110101 | 100101 | 1001110 |
Color Harmonies of #DBD6B1
Complementary color
Monochromatic Colors of #DBD6B1
Black with #DBD6B1
Text Example
Text Example
White with #DBD6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6B1; }
p { color: rgb(219,214,177); }
H1.HeaderClassName
{
color: #DBD6B1;
}
.AnyTagClassName
{
color: #DBD6B1;
}
</style>
background-color css
<style>
a { background-color: #DBD6B1; }
a { background-color: rgb(219,214,177); }
div.DivClassName
{
background-color: #DBD6B1;
}
.BgClassName
{
background-color: #DBD6B1;
}
</style>
border-color css
<style>
span { border-color: #DBD6B1; }
span { border-color: rgb(219,214,177); }
td.TdClassName
{
border-color: #DBD6B1;
}
.TagClassName
{
border-color: #DBD6B1;
}
</style>