Shades of Rob Roy #DBA75A
Tints of Rob Roy #DBA75A
RGB
CMYK
RGB Variations
Color information
#DBA75A (or 0xDBA75A) is known color: Rob Roy. HEX triplet: DB, A7 and 5A. RGB value is (219,167,90). Sum of RGB (Red+Green+Blue) = 219+167+90=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA75A is #2458A5. Grayscale: #AEAEAE. Windows color (decimal): -2381990 or 5941211. OLE color: 5941211.
HSL color Cylindrical-coordinate representation of color #DBA75A: hue angle of 35.81º 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 #DBA75A is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 90 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.14 |
| HSL | 35.81º | 0.64% | 0.61% | - |
| HSV(B) | 35.81º | 0.59% | 0.86% | - |
| XYZ | 44.88 | 43.44 | 15.69 | - |
| YUV | 173.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 90 | 0 | 0.24 | 0.59 | 0.14 | 35.81 | 0.64 | 0.61 |
| Hex | DB | A7 | 5A | 0 | 18 | 3B | E | 24 | 40 | 3D |
| Octal | 333 | 247 | 132 | 0 | 30 | 73 | 16 | 44 | 100 | 75 |
| Binary | 11011011 | 10100111 | 1011010 | 0 | 11000 | 111011 | 1110 | 100100 | 1000000 | 111101 |
Color Harmonies of #DBA75A
Complementary color
Monochromatic Colors of #DBA75A
Black with #DBA75A
Text Example
Text Example
White with #DBA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA75A; }
p { color: rgb(219,167,90); }
H1.HeaderClassName
{
color: #DBA75A;
}
.AnyTagClassName
{
color: #DBA75A;
}
</style>
background-color css
<style>
a { background-color: #DBA75A; }
a { background-color: rgb(219,167,90); }
div.DivClassName
{
background-color: #DBA75A;
}
.BgClassName
{
background-color: #DBA75A;
}
</style>
border-color css
<style>
span { border-color: #DBA75A; }
span { border-color: rgb(219,167,90); }
td.TdClassName
{
border-color: #DBA75A;
}
.TagClassName
{
border-color: #DBA75A;
}
</style>