Shades of Rob Roy #DBA54F
Tints of Rob Roy #DBA54F
RGB
CMYK
RGB Variations
Color information
#DBA54F (or 0xDBA54F) is known color: Rob Roy. HEX triplet: DB, A5 and 4F. RGB value is (219,165,79). Sum of RGB (Red+Green+Blue) = 219+165+79=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA54F is #245AB0. Grayscale: #ABABAB. Windows color (decimal): -2382513 or 5219803. OLE color: 5219803.
HSL color Cylindrical-coordinate representation of color #DBA54F: hue angle of 36.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBA54F is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 79 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.14 |
| HSL | 36.86º | 0.66% | 0.58% | - |
| HSV(B) | 36.86º | 0.64% | 0.86% | - |
| XYZ | 44.08 | 42.53 | 13.28 | - |
| YUV | 171.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 79 | 0 | 0.25 | 0.64 | 0.14 | 36.86 | 0.66 | 0.58 |
| Hex | DB | A5 | 4F | 0 | 19 | 40 | E | 25 | 42 | 3A |
| Octal | 333 | 245 | 117 | 0 | 31 | 100 | 16 | 45 | 102 | 72 |
| Binary | 11011011 | 10100101 | 1001111 | 0 | 11001 | 1000000 | 1110 | 100101 | 1000010 | 111010 |
Color Harmonies of #DBA54F
Complementary color
Monochromatic Colors of #DBA54F
Black with #DBA54F
Text Example
Text Example
White with #DBA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA54F; }
p { color: rgb(219,165,79); }
H1.HeaderClassName
{
color: #DBA54F;
}
.AnyTagClassName
{
color: #DBA54F;
}
</style>
background-color css
<style>
a { background-color: #DBA54F; }
a { background-color: rgb(219,165,79); }
div.DivClassName
{
background-color: #DBA54F;
}
.BgClassName
{
background-color: #DBA54F;
}
</style>
border-color css
<style>
span { border-color: #DBA54F; }
span { border-color: rgb(219,165,79); }
td.TdClassName
{
border-color: #DBA54F;
}
.TagClassName
{
border-color: #DBA54F;
}
</style>