Shades of Rob Roy #DBAD54
Tints of Rob Roy #DBAD54
RGB
CMYK
RGB Variations
Color information
#DBAD54 (or 0xDBAD54) is known color: Rob Roy. HEX triplet: DB, AD and 54. RGB value is (219,173,84). Sum of RGB (Red+Green+Blue) = 219+173+84=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD54 is #2452AB. Grayscale: #B1B1B1. Windows color (decimal): -2380460 or 5549531. OLE color: 5549531.
HSL color Cylindrical-coordinate representation of color #DBAD54: hue angle of 39.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBAD54 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 84 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.14 |
| HSL | 39.56º | 0.65% | 0.59% | - |
| HSV(B) | 39.56º | 0.62% | 0.86% | - |
| XYZ | 45.76 | 45.59 | 14.78 | - |
| YUV | 176.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 84 | 0 | 0.21 | 0.62 | 0.14 | 39.56 | 0.65 | 0.59 |
| Hex | DB | AD | 54 | 0 | 15 | 3E | E | 28 | 41 | 3B |
| Octal | 333 | 255 | 124 | 0 | 25 | 76 | 16 | 50 | 101 | 73 |
| Binary | 11011011 | 10101101 | 1010100 | 0 | 10101 | 111110 | 1110 | 101000 | 1000001 | 111011 |
Color Harmonies of #DBAD54
Complementary color
Monochromatic Colors of #DBAD54
Black with #DBAD54
Text Example
Text Example
White with #DBAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD54; }
p { color: rgb(219,173,84); }
H1.HeaderClassName
{
color: #DBAD54;
}
.AnyTagClassName
{
color: #DBAD54;
}
</style>
background-color css
<style>
a { background-color: #DBAD54; }
a { background-color: rgb(219,173,84); }
div.DivClassName
{
background-color: #DBAD54;
}
.BgClassName
{
background-color: #DBAD54;
}
</style>
border-color css
<style>
span { border-color: #DBAD54; }
span { border-color: rgb(219,173,84); }
td.TdClassName
{
border-color: #DBAD54;
}
.TagClassName
{
border-color: #DBAD54;
}
</style>