Shades of Rob Roy #DBAB4B
Tints of Rob Roy #DBAB4B
RGB
CMYK
RGB Variations
Color information
#DBAB4B (or 0xDBAB4B) is known color: Rob Roy. HEX triplet: DB, AB and 4B. RGB value is (219,171,75). Sum of RGB (Red+Green+Blue) = 219+171+75=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB4B is #2454B4. Grayscale: #AEAEAE. Windows color (decimal): -2380981 or 4959195. OLE color: 4959195.
HSL color Cylindrical-coordinate representation of color #DBAB4B: hue angle of 40º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBAB4B is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 75 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.14 |
| HSL | 40º | 0.67% | 0.58% | - |
| HSV(B) | 40º | 0.66% | 0.86% | - |
| XYZ | 45.05 | 44.69 | 12.91 | - |
| YUV | 174.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 75 | 0 | 0.22 | 0.66 | 0.14 | 40 | 0.67 | 0.58 |
| Hex | DB | AB | 4B | 0 | 16 | 42 | E | 28 | 43 | 3A |
| Octal | 333 | 253 | 113 | 0 | 26 | 102 | 16 | 50 | 103 | 72 |
| Binary | 11011011 | 10101011 | 1001011 | 0 | 10110 | 1000010 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DBAB4B
Complementary color
Monochromatic Colors of #DBAB4B
Black with #DBAB4B
Text Example
Text Example
White with #DBAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB4B; }
p { color: rgb(219,171,75); }
H1.HeaderClassName
{
color: #DBAB4B;
}
.AnyTagClassName
{
color: #DBAB4B;
}
</style>
background-color css
<style>
a { background-color: #DBAB4B; }
a { background-color: rgb(219,171,75); }
div.DivClassName
{
background-color: #DBAB4B;
}
.BgClassName
{
background-color: #DBAB4B;
}
</style>
border-color css
<style>
span { border-color: #DBAB4B; }
span { border-color: rgb(219,171,75); }
td.TdClassName
{
border-color: #DBAB4B;
}
.TagClassName
{
border-color: #DBAB4B;
}
</style>