Shades of Rob Roy #DBA549
Tints of Rob Roy #DBA549
RGB
CMYK
RGB Variations
Color information
#DBA549 (or 0xDBA549) is known color: Rob Roy. HEX triplet: DB, A5 and 49. RGB value is (219,165,73). Sum of RGB (Red+Green+Blue) = 219+165+73=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA549 is #245AB6. Grayscale: #ABABAB. Windows color (decimal): -2382519 or 4826587. OLE color: 4826587.
HSL color Cylindrical-coordinate representation of color #DBA549: hue angle of 37.81º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBA549 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 73 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.14 |
| HSL | 37.81º | 0.67% | 0.57% | - |
| HSV(B) | 37.81º | 0.67% | 0.86% | - |
| XYZ | 43.87 | 42.45 | 12.19 | - |
| YUV | 170.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 73 | 0 | 0.25 | 0.67 | 0.14 | 37.81 | 0.67 | 0.57 |
| Hex | DB | A5 | 49 | 0 | 19 | 43 | E | 26 | 43 | 39 |
| Octal | 333 | 245 | 111 | 0 | 31 | 103 | 16 | 46 | 103 | 71 |
| Binary | 11011011 | 10100101 | 1001001 | 0 | 11001 | 1000011 | 1110 | 100110 | 1000011 | 111001 |
Color Harmonies of #DBA549
Complementary color
Monochromatic Colors of #DBA549
Black with #DBA549
Text Example
Text Example
White with #DBA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA549; }
p { color: rgb(219,165,73); }
H1.HeaderClassName
{
color: #DBA549;
}
.AnyTagClassName
{
color: #DBA549;
}
</style>
background-color css
<style>
a { background-color: #DBA549; }
a { background-color: rgb(219,165,73); }
div.DivClassName
{
background-color: #DBA549;
}
.BgClassName
{
background-color: #DBA549;
}
</style>
border-color css
<style>
span { border-color: #DBA549; }
span { border-color: rgb(219,165,73); }
td.TdClassName
{
border-color: #DBA549;
}
.TagClassName
{
border-color: #DBA549;
}
</style>