Shades of Rob Roy #DBA455
Tints of Rob Roy #DBA455
RGB
CMYK
RGB Variations
Color information
#DBA455 (or 0xDBA455) is known color: Rob Roy. HEX triplet: DB, A4 and 55. RGB value is (219,164,85). Sum of RGB (Red+Green+Blue) = 219+164+85=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA455 is #245BAA. Grayscale: #ABABAB. Windows color (decimal): -2382763 or 5612763. OLE color: 5612763.
HSL color Cylindrical-coordinate representation of color #DBA455: hue angle of 35.37º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBA455 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 85 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.14 |
| HSL | 35.37º | 0.65% | 0.6% | - |
| HSV(B) | 35.37º | 0.61% | 0.86% | - |
| XYZ | 44.13 | 42.27 | 14.43 | - |
| YUV | 171.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 85 | 0 | 0.25 | 0.61 | 0.14 | 35.37 | 0.65 | 0.6 |
| Hex | DB | A4 | 55 | 0 | 19 | 3D | E | 23 | 41 | 3C |
| Octal | 333 | 244 | 125 | 0 | 31 | 75 | 16 | 43 | 101 | 74 |
| Binary | 11011011 | 10100100 | 1010101 | 0 | 11001 | 111101 | 1110 | 100011 | 1000001 | 111100 |
Color Harmonies of #DBA455
Complementary color
Monochromatic Colors of #DBA455
Black with #DBA455
Text Example
Text Example
White with #DBA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA455; }
p { color: rgb(219,164,85); }
H1.HeaderClassName
{
color: #DBA455;
}
.AnyTagClassName
{
color: #DBA455;
}
</style>
background-color css
<style>
a { background-color: #DBA455; }
a { background-color: rgb(219,164,85); }
div.DivClassName
{
background-color: #DBA455;
}
.BgClassName
{
background-color: #DBA455;
}
</style>
border-color css
<style>
span { border-color: #DBA455; }
span { border-color: rgb(219,164,85); }
td.TdClassName
{
border-color: #DBA455;
}
.TagClassName
{
border-color: #DBA455;
}
</style>