Shades of Rob Roy #DBB550
Tints of Rob Roy #DBB550
RGB
CMYK
RGB Variations
Color information
#DBB550 (or 0xDBB550) is known color: Rob Roy. HEX triplet: DB, B5 and 50. RGB value is (219,181,80). Sum of RGB (Red+Green+Blue) = 219+181+80=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB550 is #244AAF. Grayscale: #B5B5B5. Windows color (decimal): -2378416 or 5289435. OLE color: 5289435.
HSL color Cylindrical-coordinate representation of color #DBB550: hue angle of 43.6º 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 #DBB550 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 80 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.14 |
| HSL | 43.6º | 0.66% | 0.59% | - |
| HSV(B) | 43.6º | 0.63% | 0.86% | - |
| XYZ | 47.19 | 48.69 | 14.5 | - |
| YUV | 180.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 80 | 0 | 0.17 | 0.63 | 0.14 | 43.6 | 0.66 | 0.59 |
| Hex | DB | B5 | 50 | 0 | 11 | 3F | E | 2C | 42 | 3B |
| Octal | 333 | 265 | 120 | 0 | 21 | 77 | 16 | 54 | 102 | 73 |
| Binary | 11011011 | 10110101 | 1010000 | 0 | 10001 | 111111 | 1110 | 101100 | 1000010 | 111011 |
Color Harmonies of #DBB550
Complementary color
Monochromatic Colors of #DBB550
Black with #DBB550
Text Example
Text Example
White with #DBB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB550; }
p { color: rgb(219,181,80); }
H1.HeaderClassName
{
color: #DBB550;
}
.AnyTagClassName
{
color: #DBB550;
}
</style>
background-color css
<style>
a { background-color: #DBB550; }
a { background-color: rgb(219,181,80); }
div.DivClassName
{
background-color: #DBB550;
}
.BgClassName
{
background-color: #DBB550;
}
</style>
border-color css
<style>
span { border-color: #DBB550; }
span { border-color: rgb(219,181,80); }
td.TdClassName
{
border-color: #DBB550;
}
.TagClassName
{
border-color: #DBB550;
}
</style>