Shades of Rob Roy #DBAC50
Tints of Rob Roy #DBAC50
RGB
CMYK
RGB Variations
Color information
#DBAC50 (or 0xDBAC50) is known color: Rob Roy. HEX triplet: DB, AC and 50. RGB value is (219,172,80). Sum of RGB (Red+Green+Blue) = 219+172+80=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC50 is #2453AF. Grayscale: #AFAFAF. Windows color (decimal): -2380720 or 5287131. OLE color: 5287131.
HSL color Cylindrical-coordinate representation of color #DBAC50: hue angle of 39.71º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBAC50 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 80 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.14 |
| HSL | 39.71º | 0.66% | 0.59% | - |
| HSV(B) | 39.71º | 0.63% | 0.86% | - |
| XYZ | 45.41 | 45.14 | 13.91 | - |
| YUV | 175.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 80 | 0 | 0.21 | 0.63 | 0.14 | 39.71 | 0.66 | 0.59 |
| Hex | DB | AC | 50 | 0 | 15 | 3F | E | 28 | 42 | 3B |
| Octal | 333 | 254 | 120 | 0 | 25 | 77 | 16 | 50 | 102 | 73 |
| Binary | 11011011 | 10101100 | 1010000 | 0 | 10101 | 111111 | 1110 | 101000 | 1000010 | 111011 |
Color Harmonies of #DBAC50
Complementary color
Monochromatic Colors of #DBAC50
Black with #DBAC50
Text Example
Text Example
White with #DBAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC50; }
p { color: rgb(219,172,80); }
H1.HeaderClassName
{
color: #DBAC50;
}
.AnyTagClassName
{
color: #DBAC50;
}
</style>
background-color css
<style>
a { background-color: #DBAC50; }
a { background-color: rgb(219,172,80); }
div.DivClassName
{
background-color: #DBAC50;
}
.BgClassName
{
background-color: #DBAC50;
}
</style>
border-color css
<style>
span { border-color: #DBAC50; }
span { border-color: rgb(219,172,80); }
td.TdClassName
{
border-color: #DBAC50;
}
.TagClassName
{
border-color: #DBAC50;
}
</style>