Shades of Rob Roy #DBB954
Tints of Rob Roy #DBB954
RGB
CMYK
RGB Variations
Color information
#DBB954 (or 0xDBB954) is known color: Rob Roy. HEX triplet: DB, B9 and 54. RGB value is (219,185,84). Sum of RGB (Red+Green+Blue) = 219+185+84=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB954 is #2446AB. Grayscale: #B8B8B8. Windows color (decimal): -2377388 or 5552603. OLE color: 5552603.
HSL color Cylindrical-coordinate representation of color #DBB954: hue angle of 44.89º 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 #DBB954 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 84 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.14 |
| HSL | 44.89º | 0.65% | 0.59% | - |
| HSV(B) | 44.89º | 0.62% | 0.86% | - |
| XYZ | 48.16 | 50.4 | 15.58 | - |
| YUV | 183.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 84 | 0 | 0.16 | 0.62 | 0.14 | 44.89 | 0.65 | 0.59 |
| Hex | DB | B9 | 54 | 0 | 10 | 3E | E | 2D | 41 | 3B |
| Octal | 333 | 271 | 124 | 0 | 20 | 76 | 16 | 55 | 101 | 73 |
| Binary | 11011011 | 10111001 | 1010100 | 0 | 10000 | 111110 | 1110 | 101101 | 1000001 | 111011 |
Color Harmonies of #DBB954
Complementary color
Monochromatic Colors of #DBB954
Black with #DBB954
Text Example
Text Example
White with #DBB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB954; }
p { color: rgb(219,185,84); }
H1.HeaderClassName
{
color: #DBB954;
}
.AnyTagClassName
{
color: #DBB954;
}
</style>
background-color css
<style>
a { background-color: #DBB954; }
a { background-color: rgb(219,185,84); }
div.DivClassName
{
background-color: #DBB954;
}
.BgClassName
{
background-color: #DBB954;
}
</style>
border-color css
<style>
span { border-color: #DBB954; }
span { border-color: rgb(219,185,84); }
td.TdClassName
{
border-color: #DBB954;
}
.TagClassName
{
border-color: #DBB954;
}
</style>