Shades of Rob Roy #DBB650
Tints of Rob Roy #DBB650
RGB
CMYK
RGB Variations
Color information
#DBB650 (or 0xDBB650) is known color: Rob Roy. HEX triplet: DB, B6 and 50. RGB value is (219,182,80). Sum of RGB (Red+Green+Blue) = 219+182+80=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB650 is #2449AF. Grayscale: #B5B5B5. Windows color (decimal): -2378160 or 5289691. OLE color: 5289691.
HSL color Cylindrical-coordinate representation of color #DBB650: hue angle of 44.03º 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 #DBB650 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 80 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.14 |
| HSL | 44.03º | 0.66% | 0.59% | - |
| HSV(B) | 44.03º | 0.63% | 0.86% | - |
| XYZ | 47.39 | 49.1 | 14.57 | - |
| YUV | 181.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 80 | 0 | 0.17 | 0.63 | 0.14 | 44.03 | 0.66 | 0.59 |
| Hex | DB | B6 | 50 | 0 | 11 | 3F | E | 2C | 42 | 3B |
| Octal | 333 | 266 | 120 | 0 | 21 | 77 | 16 | 54 | 102 | 73 |
| Binary | 11011011 | 10110110 | 1010000 | 0 | 10001 | 111111 | 1110 | 101100 | 1000010 | 111011 |
Color Harmonies of #DBB650
Complementary color
Monochromatic Colors of #DBB650
Black with #DBB650
Text Example
Text Example
White with #DBB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB650; }
p { color: rgb(219,182,80); }
H1.HeaderClassName
{
color: #DBB650;
}
.AnyTagClassName
{
color: #DBB650;
}
</style>
background-color css
<style>
a { background-color: #DBB650; }
a { background-color: rgb(219,182,80); }
div.DivClassName
{
background-color: #DBB650;
}
.BgClassName
{
background-color: #DBB650;
}
</style>
border-color css
<style>
span { border-color: #DBB650; }
span { border-color: rgb(219,182,80); }
td.TdClassName
{
border-color: #DBB650;
}
.TagClassName
{
border-color: #DBB650;
}
</style>