Shades of Rob Roy #DBB355
Tints of Rob Roy #DBB355
RGB
CMYK
RGB Variations
Color information
#DBB355 (or 0xDBB355) is known color: Rob Roy. HEX triplet: DB, B3 and 55. RGB value is (219,179,85). Sum of RGB (Red+Green+Blue) = 219+179+85=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB355 is #244CAA. Grayscale: #B4B4B4. Windows color (decimal): -2378923 or 5616603. OLE color: 5616603.
HSL color Cylindrical-coordinate representation of color #DBB355: hue angle of 42.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBB355 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 85 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.14 |
| HSL | 42.09º | 0.65% | 0.6% | - |
| HSV(B) | 42.09º | 0.61% | 0.86% | - |
| XYZ | 46.97 | 47.96 | 15.38 | - |
| YUV | 180.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 85 | 0 | 0.18 | 0.61 | 0.14 | 42.09 | 0.65 | 0.6 |
| Hex | DB | B3 | 55 | 0 | 12 | 3D | E | 2A | 41 | 3C |
| Octal | 333 | 263 | 125 | 0 | 22 | 75 | 16 | 52 | 101 | 74 |
| Binary | 11011011 | 10110011 | 1010101 | 0 | 10010 | 111101 | 1110 | 101010 | 1000001 | 111100 |
Color Harmonies of #DBB355
Complementary color
Monochromatic Colors of #DBB355
Black with #DBB355
Text Example
Text Example
White with #DBB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB355; }
p { color: rgb(219,179,85); }
H1.HeaderClassName
{
color: #DBB355;
}
.AnyTagClassName
{
color: #DBB355;
}
</style>
background-color css
<style>
a { background-color: #DBB355; }
a { background-color: rgb(219,179,85); }
div.DivClassName
{
background-color: #DBB355;
}
.BgClassName
{
background-color: #DBB355;
}
</style>
border-color css
<style>
span { border-color: #DBB355; }
span { border-color: rgb(219,179,85); }
td.TdClassName
{
border-color: #DBB355;
}
.TagClassName
{
border-color: #DBB355;
}
</style>