Shades of Rob Roy #DBA85A
Tints of Rob Roy #DBA85A
RGB
CMYK
RGB Variations
Color information
#DBA85A (or 0xDBA85A) is known color: Rob Roy. HEX triplet: DB, A8 and 5A. RGB value is (219,168,90). Sum of RGB (Red+Green+Blue) = 219+168+90=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA85A is #2457A5. Grayscale: #AEAEAE. Windows color (decimal): -2381734 or 5941467. OLE color: 5941467.
HSL color Cylindrical-coordinate representation of color #DBA85A: hue angle of 36.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBA85A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 90 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.14 |
| HSL | 36.28º | 0.64% | 0.61% | - |
| HSV(B) | 36.28º | 0.59% | 0.86% | - |
| XYZ | 45.06 | 43.8 | 15.75 | - |
| YUV | 174.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 90 | 0 | 0.23 | 0.59 | 0.14 | 36.28 | 0.64 | 0.61 |
| Hex | DB | A8 | 5A | 0 | 17 | 3B | E | 24 | 40 | 3D |
| Octal | 333 | 250 | 132 | 0 | 27 | 73 | 16 | 44 | 100 | 75 |
| Binary | 11011011 | 10101000 | 1011010 | 0 | 10111 | 111011 | 1110 | 100100 | 1000000 | 111101 |
Color Harmonies of #DBA85A
Complementary color
Monochromatic Colors of #DBA85A
Black with #DBA85A
Text Example
Text Example
White with #DBA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA85A; }
p { color: rgb(219,168,90); }
H1.HeaderClassName
{
color: #DBA85A;
}
.AnyTagClassName
{
color: #DBA85A;
}
</style>
background-color css
<style>
a { background-color: #DBA85A; }
a { background-color: rgb(219,168,90); }
div.DivClassName
{
background-color: #DBA85A;
}
.BgClassName
{
background-color: #DBA85A;
}
</style>
border-color css
<style>
span { border-color: #DBA85A; }
span { border-color: rgb(219,168,90); }
td.TdClassName
{
border-color: #DBA85A;
}
.TagClassName
{
border-color: #DBA85A;
}
</style>