Shades of Rob Roy #DBA350
Tints of Rob Roy #DBA350
RGB
CMYK
RGB Variations
Color information
#DBA350 (or 0xDBA350) is known color: Rob Roy. HEX triplet: DB, A3 and 50. RGB value is (219,163,80). Sum of RGB (Red+Green+Blue) = 219+163+80=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA350 is #245CAF. Grayscale: #AAAAAA. Windows color (decimal): -2383024 or 5284827. OLE color: 5284827.
HSL color Cylindrical-coordinate representation of color #DBA350: hue angle of 35.83º 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 #DBA350 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 80 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.14 |
| HSL | 35.83º | 0.66% | 0.59% | - |
| HSV(B) | 35.83º | 0.63% | 0.86% | - |
| XYZ | 43.76 | 41.83 | 13.36 | - |
| YUV | 170.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 80 | 0 | 0.26 | 0.63 | 0.14 | 35.83 | 0.66 | 0.59 |
| Hex | DB | A3 | 50 | 0 | 1A | 3F | E | 24 | 42 | 3B |
| Octal | 333 | 243 | 120 | 0 | 32 | 77 | 16 | 44 | 102 | 73 |
| Binary | 11011011 | 10100011 | 1010000 | 0 | 11010 | 111111 | 1110 | 100100 | 1000010 | 111011 |
Color Harmonies of #DBA350
Complementary color
Monochromatic Colors of #DBA350
Black with #DBA350
Text Example
Text Example
White with #DBA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA350; }
p { color: rgb(219,163,80); }
H1.HeaderClassName
{
color: #DBA350;
}
.AnyTagClassName
{
color: #DBA350;
}
</style>
background-color css
<style>
a { background-color: #DBA350; }
a { background-color: rgb(219,163,80); }
div.DivClassName
{
background-color: #DBA350;
}
.BgClassName
{
background-color: #DBA350;
}
</style>
border-color css
<style>
span { border-color: #DBA350; }
span { border-color: rgb(219,163,80); }
td.TdClassName
{
border-color: #DBA350;
}
.TagClassName
{
border-color: #DBA350;
}
</style>