Shades of Rob Roy #DBAF5A
Tints of Rob Roy #DBAF5A
RGB
CMYK
RGB Variations
Color information
#DBAF5A (or 0xDBAF5A) is known color: Rob Roy. HEX triplet: DB, AF and 5A. RGB value is (219,175,90). Sum of RGB (Red+Green+Blue) = 219+175+90=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF5A is #2450A5. Grayscale: #B2B2B2. Windows color (decimal): -2379942 or 5943259. OLE color: 5943259.
HSL color Cylindrical-coordinate representation of color #DBAF5A: hue angle of 39.53º 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 #DBAF5A is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 90 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.14 |
| HSL | 39.53º | 0.64% | 0.61% | - |
| HSV(B) | 39.53º | 0.59% | 0.86% | - |
| XYZ | 46.39 | 46.46 | 16.2 | - |
| YUV | 178.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 90 | 0 | 0.20 | 0.59 | 0.14 | 39.53 | 0.64 | 0.61 |
| Hex | DB | AF | 5A | 0 | 14 | 3B | E | 28 | 40 | 3D |
| Octal | 333 | 257 | 132 | 0 | 24 | 73 | 16 | 50 | 100 | 75 |
| Binary | 11011011 | 10101111 | 1011010 | 0 | 10100 | 111011 | 1110 | 101000 | 1000000 | 111101 |
Color Harmonies of #DBAF5A
Complementary color
Monochromatic Colors of #DBAF5A
Black with #DBAF5A
Text Example
Text Example
White with #DBAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF5A; }
p { color: rgb(219,175,90); }
H1.HeaderClassName
{
color: #DBAF5A;
}
.AnyTagClassName
{
color: #DBAF5A;
}
</style>
background-color css
<style>
a { background-color: #DBAF5A; }
a { background-color: rgb(219,175,90); }
div.DivClassName
{
background-color: #DBAF5A;
}
.BgClassName
{
background-color: #DBAF5A;
}
</style>
border-color css
<style>
span { border-color: #DBAF5A; }
span { border-color: rgb(219,175,90); }
td.TdClassName
{
border-color: #DBAF5A;
}
.TagClassName
{
border-color: #DBAF5A;
}
</style>