Shades of Rob Roy #DBB657
Tints of Rob Roy #DBB657
RGB
CMYK
RGB Variations
Color information
#DBB657 (or 0xDBB657) is known color: Rob Roy. HEX triplet: DB, B6 and 57. RGB value is (219,182,87). Sum of RGB (Red+Green+Blue) = 219+182+87=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB657 is #2449A8. Grayscale: #B6B6B6. Windows color (decimal): -2378153 or 5748443. OLE color: 5748443.
HSL color Cylindrical-coordinate representation of color #DBB657: hue angle of 43.18º 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 #DBB657 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 87 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.14 |
| HSL | 43.18º | 0.65% | 0.6% | - |
| HSV(B) | 43.18º | 0.6% | 0.86% | - |
| XYZ | 47.66 | 49.2 | 16 | - |
| YUV | 182.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 87 | 0 | 0.17 | 0.60 | 0.14 | 43.18 | 0.65 | 0.6 |
| Hex | DB | B6 | 57 | 0 | 11 | 3C | E | 2B | 41 | 3C |
| Octal | 333 | 266 | 127 | 0 | 21 | 74 | 16 | 53 | 101 | 74 |
| Binary | 11011011 | 10110110 | 1010111 | 0 | 10001 | 111100 | 1110 | 101011 | 1000001 | 111100 |
Color Harmonies of #DBB657
Complementary color
Monochromatic Colors of #DBB657
Black with #DBB657
Text Example
Text Example
White with #DBB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB657; }
p { color: rgb(219,182,87); }
H1.HeaderClassName
{
color: #DBB657;
}
.AnyTagClassName
{
color: #DBB657;
}
</style>
background-color css
<style>
a { background-color: #DBB657; }
a { background-color: rgb(219,182,87); }
div.DivClassName
{
background-color: #DBB657;
}
.BgClassName
{
background-color: #DBB657;
}
</style>
border-color css
<style>
span { border-color: #DBB657; }
span { border-color: rgb(219,182,87); }
td.TdClassName
{
border-color: #DBB657;
}
.TagClassName
{
border-color: #DBB657;
}
</style>