Shades of Rob Roy #DBB950
Tints of Rob Roy #DBB950
RGB
CMYK
RGB Variations
Color information
#DBB950 (or 0xDBB950) is known color: Rob Roy. HEX triplet: DB, B9 and 50. RGB value is (219,185,80). Sum of RGB (Red+Green+Blue) = 219+185+80=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB950 is #2446AF. Grayscale: #B7B7B7. Windows color (decimal): -2377392 or 5290459. OLE color: 5290459.
HSL color Cylindrical-coordinate representation of color #DBB950: hue angle of 45.32º 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 #DBB950 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 80 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.14 |
| HSL | 45.32º | 0.66% | 0.59% | - |
| HSV(B) | 45.32º | 0.63% | 0.86% | - |
| XYZ | 48.01 | 50.34 | 14.78 | - |
| YUV | 183.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 80 | 0 | 0.16 | 0.63 | 0.14 | 45.32 | 0.66 | 0.59 |
| Hex | DB | B9 | 50 | 0 | 10 | 3F | E | 2D | 42 | 3B |
| Octal | 333 | 271 | 120 | 0 | 20 | 77 | 16 | 55 | 102 | 73 |
| Binary | 11011011 | 10111001 | 1010000 | 0 | 10000 | 111111 | 1110 | 101101 | 1000010 | 111011 |
Color Harmonies of #DBB950
Complementary color
Monochromatic Colors of #DBB950
Black with #DBB950
Text Example
Text Example
White with #DBB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB950; }
p { color: rgb(219,185,80); }
H1.HeaderClassName
{
color: #DBB950;
}
.AnyTagClassName
{
color: #DBB950;
}
</style>
background-color css
<style>
a { background-color: #DBB950; }
a { background-color: rgb(219,185,80); }
div.DivClassName
{
background-color: #DBB950;
}
.BgClassName
{
background-color: #DBB950;
}
</style>
border-color css
<style>
span { border-color: #DBB950; }
span { border-color: rgb(219,185,80); }
td.TdClassName
{
border-color: #DBB950;
}
.TagClassName
{
border-color: #DBB950;
}
</style>