Shades of Rob Roy #DBA252
Tints of Rob Roy #DBA252
RGB
CMYK
RGB Variations
Color information
#DBA252 (or 0xDBA252) is known color: Rob Roy. HEX triplet: DB, A2 and 52. RGB value is (219,162,82). Sum of RGB (Red+Green+Blue) = 219+162+82=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA252 is #245DAD. Grayscale: #AAAAAA. Windows color (decimal): -2383278 or 5415643. OLE color: 5415643.
HSL color Cylindrical-coordinate representation of color #DBA252: hue angle of 35.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBA252 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 82 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.14 |
| HSL | 35.04º | 0.66% | 0.59% | - |
| HSV(B) | 35.04º | 0.63% | 0.86% | - |
| XYZ | 43.66 | 41.51 | 13.69 | - |
| YUV | 169.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 82 | 0 | 0.26 | 0.63 | 0.14 | 35.04 | 0.66 | 0.59 |
| Hex | DB | A2 | 52 | 0 | 1A | 3F | E | 23 | 42 | 3B |
| Octal | 333 | 242 | 122 | 0 | 32 | 77 | 16 | 43 | 102 | 73 |
| Binary | 11011011 | 10100010 | 1010010 | 0 | 11010 | 111111 | 1110 | 100011 | 1000010 | 111011 |
Color Harmonies of #DBA252
Complementary color
Monochromatic Colors of #DBA252
Black with #DBA252
Text Example
Text Example
White with #DBA252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA252; }
p { color: rgb(219,162,82); }
H1.HeaderClassName
{
color: #DBA252;
}
.AnyTagClassName
{
color: #DBA252;
}
</style>
background-color css
<style>
a { background-color: #DBA252; }
a { background-color: rgb(219,162,82); }
div.DivClassName
{
background-color: #DBA252;
}
.BgClassName
{
background-color: #DBA252;
}
</style>
border-color css
<style>
span { border-color: #DBA252; }
span { border-color: rgb(219,162,82); }
td.TdClassName
{
border-color: #DBA252;
}
.TagClassName
{
border-color: #DBA252;
}
</style>