Shades of Rob Roy #DBB951
Tints of Rob Roy #DBB951
RGB
CMYK
RGB Variations
Color information
#DBB951 (or 0xDBB951) is known color: Rob Roy. HEX triplet: DB, B9 and 51. RGB value is (219,185,81). Sum of RGB (Red+Green+Blue) = 219+185+81=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB951 is #2446AE. Grayscale: #B7B7B7. Windows color (decimal): -2377391 or 5355995. OLE color: 5355995.
HSL color Cylindrical-coordinate representation of color #DBB951: hue angle of 45.22º 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 #DBB951 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 81 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.14 |
| HSL | 45.22º | 0.66% | 0.59% | - |
| HSV(B) | 45.22º | 0.63% | 0.86% | - |
| XYZ | 48.05 | 50.35 | 14.97 | - |
| YUV | 183.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 81 | 0 | 0.16 | 0.63 | 0.14 | 45.22 | 0.66 | 0.59 |
| Hex | DB | B9 | 51 | 0 | 10 | 3F | E | 2D | 42 | 3B |
| Octal | 333 | 271 | 121 | 0 | 20 | 77 | 16 | 55 | 102 | 73 |
| Binary | 11011011 | 10111001 | 1010001 | 0 | 10000 | 111111 | 1110 | 101101 | 1000010 | 111011 |
Color Harmonies of #DBB951
Complementary color
Monochromatic Colors of #DBB951
Black with #DBB951
Text Example
Text Example
White with #DBB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB951; }
p { color: rgb(219,185,81); }
H1.HeaderClassName
{
color: #DBB951;
}
.AnyTagClassName
{
color: #DBB951;
}
</style>
background-color css
<style>
a { background-color: #DBB951; }
a { background-color: rgb(219,185,81); }
div.DivClassName
{
background-color: #DBB951;
}
.BgClassName
{
background-color: #DBB951;
}
</style>
border-color css
<style>
span { border-color: #DBB951; }
span { border-color: rgb(219,185,81); }
td.TdClassName
{
border-color: #DBB951;
}
.TagClassName
{
border-color: #DBB951;
}
</style>