Shades of White Rock #DBD5B5
Tints of White Rock #DBD5B5
RGB
CMYK
RGB Variations
Color information
#DBD5B5 (or 0xDBD5B5) is known color: White Rock. HEX triplet: DB, D5 and B5. RGB value is (219,213,181). Sum of RGB (Red+Green+Blue) = 219+213+181=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5B5 is #242A4A. Grayscale: #D3D3D3. Windows color (decimal): -2370123 or 11916763. OLE color: 11916763.
HSL color Cylindrical-coordinate representation of color #DBD5B5: hue angle of 50.53º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBD5B5 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 181 | - |
CMYK | 0 | 0.03 | 0.17 | 0.14 |
HSL | 50.53º | 0.35% | 0.78% | - |
HSV(B) | 50.53º | 0.17% | 0.86% | - |
XYZ | 61.35 | 65.98 | 53.22 | - |
YUV | 211.15 | 110.99 | 133.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 181 | 0 | 0.03 | 0.17 | 0.14 | 50.53 | 0.35 | 0.78 |
Hex | DB | D5 | B5 | 0 | 3 | 11 | E | 33 | 23 | 4E |
Octal | 333 | 325 | 265 | 0 | 3 | 21 | 16 | 63 | 43 | 116 |
Binary | 11011011 | 11010101 | 10110101 | 0 | 11 | 10001 | 1110 | 110011 | 100011 | 1001110 |
Color Harmonies of #DBD5B5
Complementary color
Monochromatic Colors of #DBD5B5
Black with #DBD5B5
Text Example
Text Example
White with #DBD5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5B5; }
p { color: rgb(219,213,181); }
H1.HeaderClassName
{
color: #DBD5B5;
}
.AnyTagClassName
{
color: #DBD5B5;
}
</style>
background-color css
<style>
a { background-color: #DBD5B5; }
a { background-color: rgb(219,213,181); }
div.DivClassName
{
background-color: #DBD5B5;
}
.BgClassName
{
background-color: #DBD5B5;
}
</style>
border-color css
<style>
span { border-color: #DBD5B5; }
span { border-color: rgb(219,213,181); }
td.TdClassName
{
border-color: #DBD5B5;
}
.TagClassName
{
border-color: #DBD5B5;
}
</style>