Shades of White Rock #DBD3AF
Tints of White Rock #DBD3AF
RGB
CMYK
RGB Variations
Color information
#DBD3AF (or 0xDBD3AF) is known color: White Rock. HEX triplet: DB, D3 and AF. RGB value is (219,211,175). Sum of RGB (Red+Green+Blue) = 219+211+175=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD3AF is #242C50. Grayscale: #D1D1D1. Windows color (decimal): -2370641 or 11523035. OLE color: 11523035.
HSL color Cylindrical-coordinate representation of color #DBD3AF: hue angle of 49.09º 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 #DBD3AF is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 175 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.14 |
| HSL | 49.09º | 0.38% | 0.77% | - |
| HSV(B) | 49.09º | 0.2% | 0.86% | - |
| XYZ | 60.25 | 64.74 | 49.88 | - |
| YUV | 209.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 175 | 0 | 0.04 | 0.20 | 0.14 | 49.09 | 0.38 | 0.77 |
| Hex | DB | D3 | AF | 0 | 4 | 14 | E | 31 | 26 | 4D |
| Octal | 333 | 323 | 257 | 0 | 4 | 24 | 16 | 61 | 46 | 115 |
| Binary | 11011011 | 11010011 | 10101111 | 0 | 100 | 10100 | 1110 | 110001 | 100110 | 1001101 |
Color Harmonies of #DBD3AF
Complementary color
Monochromatic Colors of #DBD3AF
Black with #DBD3AF
Text Example
Text Example
White with #DBD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3AF; }
p { color: rgb(219,211,175); }
H1.HeaderClassName
{
color: #DBD3AF;
}
.AnyTagClassName
{
color: #DBD3AF;
}
</style>
background-color css
<style>
a { background-color: #DBD3AF; }
a { background-color: rgb(219,211,175); }
div.DivClassName
{
background-color: #DBD3AF;
}
.BgClassName
{
background-color: #DBD3AF;
}
</style>
border-color css
<style>
span { border-color: #DBD3AF; }
span { border-color: rgb(219,211,175); }
td.TdClassName
{
border-color: #DBD3AF;
}
.TagClassName
{
border-color: #DBD3AF;
}
</style>