Shades of Rob Roy #DBA451
Tints of Rob Roy #DBA451
RGB
CMYK
RGB Variations
Color information
#DBA451 (or 0xDBA451) is known color: Rob Roy. HEX triplet: DB, A4 and 51. RGB value is (219,164,81). Sum of RGB (Red+Green+Blue) = 219+164+81=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA451 is #245BAE. Grayscale: #ABABAB. Windows color (decimal): -2382767 or 5350619. OLE color: 5350619.
HSL color Cylindrical-coordinate representation of color #DBA451: hue angle of 36.09º 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 #DBA451 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 81 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.14 |
| HSL | 36.09º | 0.66% | 0.59% | - |
| HSV(B) | 36.09º | 0.63% | 0.86% | - |
| XYZ | 43.97 | 42.21 | 13.61 | - |
| YUV | 170.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 81 | 0 | 0.25 | 0.63 | 0.14 | 36.09 | 0.66 | 0.59 |
| Hex | DB | A4 | 51 | 0 | 19 | 3F | E | 24 | 42 | 3B |
| Octal | 333 | 244 | 121 | 0 | 31 | 77 | 16 | 44 | 102 | 73 |
| Binary | 11011011 | 10100100 | 1010001 | 0 | 11001 | 111111 | 1110 | 100100 | 1000010 | 111011 |
Color Harmonies of #DBA451
Complementary color
Monochromatic Colors of #DBA451
Black with #DBA451
Text Example
Text Example
White with #DBA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA451; }
p { color: rgb(219,164,81); }
H1.HeaderClassName
{
color: #DBA451;
}
.AnyTagClassName
{
color: #DBA451;
}
</style>
background-color css
<style>
a { background-color: #DBA451; }
a { background-color: rgb(219,164,81); }
div.DivClassName
{
background-color: #DBA451;
}
.BgClassName
{
background-color: #DBA451;
}
</style>
border-color css
<style>
span { border-color: #DBA451; }
span { border-color: rgb(219,164,81); }
td.TdClassName
{
border-color: #DBA451;
}
.TagClassName
{
border-color: #DBA451;
}
</style>