Shades of Rob Roy #DBAD5A
Tints of Rob Roy #DBAD5A
RGB
CMYK
RGB Variations
Color information
#DBAD5A (or 0xDBAD5A) is known color: Rob Roy. HEX triplet: DB, AD and 5A. RGB value is (219,173,90). Sum of RGB (Red+Green+Blue) = 219+173+90=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD5A is #2452A5. Grayscale: #B1B1B1. Windows color (decimal): -2380454 or 5942747. OLE color: 5942747.
HSL color Cylindrical-coordinate representation of color #DBAD5A: hue angle of 38.6º 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 #DBAD5A is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 90 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.14 |
| HSL | 38.6º | 0.64% | 0.61% | - |
| HSV(B) | 38.6º | 0.59% | 0.86% | - |
| XYZ | 46 | 45.69 | 16.07 | - |
| YUV | 177.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 90 | 0 | 0.21 | 0.59 | 0.14 | 38.6 | 0.64 | 0.61 |
| Hex | DB | AD | 5A | 0 | 15 | 3B | E | 27 | 40 | 3D |
| Octal | 333 | 255 | 132 | 0 | 25 | 73 | 16 | 47 | 100 | 75 |
| Binary | 11011011 | 10101101 | 1011010 | 0 | 10101 | 111011 | 1110 | 100111 | 1000000 | 111101 |
Color Harmonies of #DBAD5A
Complementary color
Monochromatic Colors of #DBAD5A
Black with #DBAD5A
Text Example
Text Example
White with #DBAD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD5A; }
p { color: rgb(219,173,90); }
H1.HeaderClassName
{
color: #DBAD5A;
}
.AnyTagClassName
{
color: #DBAD5A;
}
</style>
background-color css
<style>
a { background-color: #DBAD5A; }
a { background-color: rgb(219,173,90); }
div.DivClassName
{
background-color: #DBAD5A;
}
.BgClassName
{
background-color: #DBAD5A;
}
</style>
border-color css
<style>
span { border-color: #DBAD5A; }
span { border-color: rgb(219,173,90); }
td.TdClassName
{
border-color: #DBAD5A;
}
.TagClassName
{
border-color: #DBAD5A;
}
</style>