Shades of Rob Roy #DBA454
Tints of Rob Roy #DBA454
RGB
CMYK
RGB Variations
Color information
#DBA454 (or 0xDBA454) is known color: Rob Roy. HEX triplet: DB, A4 and 54. RGB value is (219,164,84). Sum of RGB (Red+Green+Blue) = 219+164+84=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA454 is #245BAB. Grayscale: #ABABAB. Windows color (decimal): -2382764 or 5547227. OLE color: 5547227.
HSL color Cylindrical-coordinate representation of color #DBA454: hue angle of 35.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBA454 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 84 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.14 |
| HSL | 35.56º | 0.65% | 0.59% | - |
| HSV(B) | 35.56º | 0.62% | 0.86% | - |
| XYZ | 44.09 | 42.25 | 14.22 | - |
| YUV | 171.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 84 | 0 | 0.25 | 0.62 | 0.14 | 35.56 | 0.65 | 0.59 |
| Hex | DB | A4 | 54 | 0 | 19 | 3E | E | 24 | 41 | 3B |
| Octal | 333 | 244 | 124 | 0 | 31 | 76 | 16 | 44 | 101 | 73 |
| Binary | 11011011 | 10100100 | 1010100 | 0 | 11001 | 111110 | 1110 | 100100 | 1000001 | 111011 |
Color Harmonies of #DBA454
Complementary color
Monochromatic Colors of #DBA454
Black with #DBA454
Text Example
Text Example
White with #DBA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA454; }
p { color: rgb(219,164,84); }
H1.HeaderClassName
{
color: #DBA454;
}
.AnyTagClassName
{
color: #DBA454;
}
</style>
background-color css
<style>
a { background-color: #DBA454; }
a { background-color: rgb(219,164,84); }
div.DivClassName
{
background-color: #DBA454;
}
.BgClassName
{
background-color: #DBA454;
}
</style>
border-color css
<style>
span { border-color: #DBA454; }
span { border-color: rgb(219,164,84); }
td.TdClassName
{
border-color: #DBA454;
}
.TagClassName
{
border-color: #DBA454;
}
</style>