Shades of Rob Roy #DBB057
Tints of Rob Roy #DBB057
RGB
CMYK
RGB Variations
Color information
#DBB057 (or 0xDBB057) is known color: Rob Roy. HEX triplet: DB, B0 and 57. RGB value is (219,176,87). Sum of RGB (Red+Green+Blue) = 219+176+87=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB057 is #244FA8. Grayscale: #B3B3B3. Windows color (decimal): -2379689 or 5746907. OLE color: 5746907.
HSL color Cylindrical-coordinate representation of color #DBB057: hue angle of 40.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBB057 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 87 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.14 |
| HSL | 40.45º | 0.65% | 0.6% | - |
| HSV(B) | 40.45º | 0.6% | 0.86% | - |
| XYZ | 46.46 | 46.8 | 15.6 | - |
| YUV | 178.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 87 | 0 | 0.20 | 0.60 | 0.14 | 40.45 | 0.65 | 0.6 |
| Hex | DB | B0 | 57 | 0 | 14 | 3C | E | 28 | 41 | 3C |
| Octal | 333 | 260 | 127 | 0 | 24 | 74 | 16 | 50 | 101 | 74 |
| Binary | 11011011 | 10110000 | 1010111 | 0 | 10100 | 111100 | 1110 | 101000 | 1000001 | 111100 |
Color Harmonies of #DBB057
Complementary color
Monochromatic Colors of #DBB057
Black with #DBB057
Text Example
Text Example
White with #DBB057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB057; }
p { color: rgb(219,176,87); }
H1.HeaderClassName
{
color: #DBB057;
}
.AnyTagClassName
{
color: #DBB057;
}
</style>
background-color css
<style>
a { background-color: #DBB057; }
a { background-color: rgb(219,176,87); }
div.DivClassName
{
background-color: #DBB057;
}
.BgClassName
{
background-color: #DBB057;
}
</style>
border-color css
<style>
span { border-color: #DBB057; }
span { border-color: rgb(219,176,87); }
td.TdClassName
{
border-color: #DBB057;
}
.TagClassName
{
border-color: #DBB057;
}
</style>