Shades of White Rock #DBD2AF
Tints of White Rock #DBD2AF
RGB
CMYK
RGB Variations
Color information
#DBD2AF (or 0xDBD2AF) is known color: White Rock. HEX triplet: DB, D2 and AF. RGB value is (219,210,175). Sum of RGB (Red+Green+Blue) = 219+210+175=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2AF is #242D50. Grayscale: #D0D0D0. Windows color (decimal): -2370897 or 11522779. OLE color: 11522779.
HSL color Cylindrical-coordinate representation of color #DBD2AF: hue angle of 47.73º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBD2AF is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 175 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.14 |
| HSL | 47.73º | 0.38% | 0.77% | - |
| HSV(B) | 47.73º | 0.2% | 0.86% | - |
| XYZ | 60 | 64.25 | 49.8 | - |
| YUV | 208.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 175 | 0 | 0.04 | 0.20 | 0.14 | 47.73 | 0.38 | 0.77 |
| Hex | DB | D2 | AF | 0 | 4 | 14 | E | 30 | 26 | 4D |
| Octal | 333 | 322 | 257 | 0 | 4 | 24 | 16 | 60 | 46 | 115 |
| Binary | 11011011 | 11010010 | 10101111 | 0 | 100 | 10100 | 1110 | 110000 | 100110 | 1001101 |
Color Harmonies of #DBD2AF
Complementary color
Monochromatic Colors of #DBD2AF
Black with #DBD2AF
Text Example
Text Example
White with #DBD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2AF; }
p { color: rgb(219,210,175); }
H1.HeaderClassName
{
color: #DBD2AF;
}
.AnyTagClassName
{
color: #DBD2AF;
}
</style>
background-color css
<style>
a { background-color: #DBD2AF; }
a { background-color: rgb(219,210,175); }
div.DivClassName
{
background-color: #DBD2AF;
}
.BgClassName
{
background-color: #DBD2AF;
}
</style>
border-color css
<style>
span { border-color: #DBD2AF; }
span { border-color: rgb(219,210,175); }
td.TdClassName
{
border-color: #DBD2AF;
}
.TagClassName
{
border-color: #DBD2AF;
}
</style>