Shades of Rob Roy #DBAC5A
Tints of Rob Roy #DBAC5A
RGB
CMYK
RGB Variations
Color information
#DBAC5A (or 0xDBAC5A) is known color: Rob Roy. HEX triplet: DB, AC and 5A. RGB value is (219,172,90). Sum of RGB (Red+Green+Blue) = 219+172+90=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC5A is #2453A5. Grayscale: #B1B1B1. Windows color (decimal): -2380710 or 5942491. OLE color: 5942491.
HSL color Cylindrical-coordinate representation of color #DBAC5A: hue angle of 38.14º 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 #DBAC5A is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 90 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.14 |
| HSL | 38.14º | 0.64% | 0.61% | - |
| HSV(B) | 38.14º | 0.59% | 0.86% | - |
| XYZ | 45.81 | 45.3 | 16 | - |
| YUV | 176.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 90 | 0 | 0.21 | 0.59 | 0.14 | 38.14 | 0.64 | 0.61 |
| Hex | DB | AC | 5A | 0 | 15 | 3B | E | 26 | 40 | 3D |
| Octal | 333 | 254 | 132 | 0 | 25 | 73 | 16 | 46 | 100 | 75 |
| Binary | 11011011 | 10101100 | 1011010 | 0 | 10101 | 111011 | 1110 | 100110 | 1000000 | 111101 |
Color Harmonies of #DBAC5A
Complementary color
Monochromatic Colors of #DBAC5A
Black with #DBAC5A
Text Example
Text Example
White with #DBAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC5A; }
p { color: rgb(219,172,90); }
H1.HeaderClassName
{
color: #DBAC5A;
}
.AnyTagClassName
{
color: #DBAC5A;
}
</style>
background-color css
<style>
a { background-color: #DBAC5A; }
a { background-color: rgb(219,172,90); }
div.DivClassName
{
background-color: #DBAC5A;
}
.BgClassName
{
background-color: #DBAC5A;
}
</style>
border-color css
<style>
span { border-color: #DBAC5A; }
span { border-color: rgb(219,172,90); }
td.TdClassName
{
border-color: #DBAC5A;
}
.TagClassName
{
border-color: #DBAC5A;
}
</style>