Shades of Rob Roy #DBB255
Tints of Rob Roy #DBB255
RGB
CMYK
RGB Variations
Color information
#DBB255 (or 0xDBB255) is known color: Rob Roy. HEX triplet: DB, B2 and 55. RGB value is (219,178,85). Sum of RGB (Red+Green+Blue) = 219+178+85=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB255 is #244DAA. Grayscale: #B4B4B4. Windows color (decimal): -2379179 or 5616347. OLE color: 5616347.
HSL color Cylindrical-coordinate representation of color #DBB255: hue angle of 41.64º 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 #DBB255 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 85 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.14 |
| HSL | 41.64º | 0.65% | 0.6% | - |
| HSV(B) | 41.64º | 0.61% | 0.86% | - |
| XYZ | 46.77 | 47.56 | 15.31 | - |
| YUV | 179.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 85 | 0 | 0.19 | 0.61 | 0.14 | 41.64 | 0.65 | 0.6 |
| Hex | DB | B2 | 55 | 0 | 13 | 3D | E | 2A | 41 | 3C |
| Octal | 333 | 262 | 125 | 0 | 23 | 75 | 16 | 52 | 101 | 74 |
| Binary | 11011011 | 10110010 | 1010101 | 0 | 10011 | 111101 | 1110 | 101010 | 1000001 | 111100 |
Color Harmonies of #DBB255
Complementary color
Monochromatic Colors of #DBB255
Black with #DBB255
Text Example
Text Example
White with #DBB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB255; }
p { color: rgb(219,178,85); }
H1.HeaderClassName
{
color: #DBB255;
}
.AnyTagClassName
{
color: #DBB255;
}
</style>
background-color css
<style>
a { background-color: #DBB255; }
a { background-color: rgb(219,178,85); }
div.DivClassName
{
background-color: #DBB255;
}
.BgClassName
{
background-color: #DBB255;
}
</style>
border-color css
<style>
span { border-color: #DBB255; }
span { border-color: rgb(219,178,85); }
td.TdClassName
{
border-color: #DBB255;
}
.TagClassName
{
border-color: #DBB255;
}
</style>