Shades of Rob Roy #DBAF55
Tints of Rob Roy #DBAF55
RGB
CMYK
RGB Variations
Color information
#DBAF55 (or 0xDBAF55) is known color: Rob Roy. HEX triplet: DB, AF and 55. RGB value is (219,175,85). Sum of RGB (Red+Green+Blue) = 219+175+85=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF55 is #2450AA. Grayscale: #B2B2B2. Windows color (decimal): -2379947 or 5615579. OLE color: 5615579.
HSL color Cylindrical-coordinate representation of color #DBAF55: hue angle of 40.3º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBAF55 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 85 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.14 |
| HSL | 40.3º | 0.65% | 0.6% | - |
| HSV(B) | 40.3º | 0.61% | 0.86% | - |
| XYZ | 46.18 | 46.38 | 15.11 | - |
| YUV | 177.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 85 | 0 | 0.20 | 0.61 | 0.14 | 40.3 | 0.65 | 0.6 |
| Hex | DB | AF | 55 | 0 | 14 | 3D | E | 28 | 41 | 3C |
| Octal | 333 | 257 | 125 | 0 | 24 | 75 | 16 | 50 | 101 | 74 |
| Binary | 11011011 | 10101111 | 1010101 | 0 | 10100 | 111101 | 1110 | 101000 | 1000001 | 111100 |
Color Harmonies of #DBAF55
Complementary color
Monochromatic Colors of #DBAF55
Black with #DBAF55
Text Example
Text Example
White with #DBAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF55; }
p { color: rgb(219,175,85); }
H1.HeaderClassName
{
color: #DBAF55;
}
.AnyTagClassName
{
color: #DBAF55;
}
</style>
background-color css
<style>
a { background-color: #DBAF55; }
a { background-color: rgb(219,175,85); }
div.DivClassName
{
background-color: #DBAF55;
}
.BgClassName
{
background-color: #DBAF55;
}
</style>
border-color css
<style>
span { border-color: #DBAF55; }
span { border-color: rgb(219,175,85); }
td.TdClassName
{
border-color: #DBAF55;
}
.TagClassName
{
border-color: #DBAF55;
}
</style>