Shades of Rob Roy #DBAF4F
Tints of Rob Roy #DBAF4F
RGB
CMYK
RGB Variations
Color information
#DBAF4F (or 0xDBAF4F) is known color: Rob Roy. HEX triplet: DB, AF and 4F. RGB value is (219,175,79). Sum of RGB (Red+Green+Blue) = 219+175+79=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF4F is #2450B0. Grayscale: #B1B1B1. Windows color (decimal): -2379953 or 5222363. OLE color: 5222363.
HSL color Cylindrical-coordinate representation of color #DBAF4F: hue angle of 41.14º 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 #DBAF4F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 79 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.14 |
| HSL | 41.14º | 0.66% | 0.58% | - |
| HSV(B) | 41.14º | 0.64% | 0.86% | - |
| XYZ | 45.95 | 46.28 | 13.91 | - |
| YUV | 177.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 79 | 0 | 0.20 | 0.64 | 0.14 | 41.14 | 0.66 | 0.58 |
| Hex | DB | AF | 4F | 0 | 14 | 40 | E | 29 | 42 | 3A |
| Octal | 333 | 257 | 117 | 0 | 24 | 100 | 16 | 51 | 102 | 72 |
| Binary | 11011011 | 10101111 | 1001111 | 0 | 10100 | 1000000 | 1110 | 101001 | 1000010 | 111010 |
Color Harmonies of #DBAF4F
Complementary color
Monochromatic Colors of #DBAF4F
Black with #DBAF4F
Text Example
Text Example
White with #DBAF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF4F; }
p { color: rgb(219,175,79); }
H1.HeaderClassName
{
color: #DBAF4F;
}
.AnyTagClassName
{
color: #DBAF4F;
}
</style>
background-color css
<style>
a { background-color: #DBAF4F; }
a { background-color: rgb(219,175,79); }
div.DivClassName
{
background-color: #DBAF4F;
}
.BgClassName
{
background-color: #DBAF4F;
}
</style>
border-color css
<style>
span { border-color: #DBAF4F; }
span { border-color: rgb(219,175,79); }
td.TdClassName
{
border-color: #DBAF4F;
}
.TagClassName
{
border-color: #DBAF4F;
}
</style>