Shades of Rob Roy #DBB052
Tints of Rob Roy #DBB052
RGB
CMYK
RGB Variations
Color information
#DBB052 (or 0xDBB052) is known color: Rob Roy. HEX triplet: DB, B0 and 52. RGB value is (219,176,82). Sum of RGB (Red+Green+Blue) = 219+176+82=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB052 is #244FAD. Grayscale: #B2B2B2. Windows color (decimal): -2379694 or 5419227. OLE color: 5419227.
HSL color Cylindrical-coordinate representation of color #DBB052: hue angle of 41.17º 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 #DBB052 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 82 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.14 |
| HSL | 41.17º | 0.66% | 0.59% | - |
| HSV(B) | 41.17º | 0.63% | 0.86% | - |
| XYZ | 46.26 | 46.72 | 14.56 | - |
| YUV | 178.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 82 | 0 | 0.20 | 0.63 | 0.14 | 41.17 | 0.66 | 0.59 |
| Hex | DB | B0 | 52 | 0 | 14 | 3F | E | 29 | 42 | 3B |
| Octal | 333 | 260 | 122 | 0 | 24 | 77 | 16 | 51 | 102 | 73 |
| Binary | 11011011 | 10110000 | 1010010 | 0 | 10100 | 111111 | 1110 | 101001 | 1000010 | 111011 |
Color Harmonies of #DBB052
Complementary color
Monochromatic Colors of #DBB052
Black with #DBB052
Text Example
Text Example
White with #DBB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB052; }
p { color: rgb(219,176,82); }
H1.HeaderClassName
{
color: #DBB052;
}
.AnyTagClassName
{
color: #DBB052;
}
</style>
background-color css
<style>
a { background-color: #DBB052; }
a { background-color: rgb(219,176,82); }
div.DivClassName
{
background-color: #DBB052;
}
.BgClassName
{
background-color: #DBB052;
}
</style>
border-color css
<style>
span { border-color: #DBB052; }
span { border-color: rgb(219,176,82); }
td.TdClassName
{
border-color: #DBB052;
}
.TagClassName
{
border-color: #DBB052;
}
</style>