Shades of Rob Roy #DBB053
Tints of Rob Roy #DBB053
RGB
CMYK
RGB Variations
Color information
#DBB053 (or 0xDBB053) is known color: Rob Roy. HEX triplet: DB, B0 and 53. RGB value is (219,176,83). Sum of RGB (Red+Green+Blue) = 219+176+83=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB053 is #244FAC. Grayscale: #B2B2B2. Windows color (decimal): -2379693 or 5484763. OLE color: 5484763.
HSL color Cylindrical-coordinate representation of color #DBB053: hue angle of 41.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBB053 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 83 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.14 |
| HSL | 41.03º | 0.65% | 0.59% | - |
| HSV(B) | 41.03º | 0.62% | 0.86% | - |
| XYZ | 46.3 | 46.74 | 14.76 | - |
| YUV | 178.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 83 | 0 | 0.20 | 0.62 | 0.14 | 41.03 | 0.65 | 0.59 |
| Hex | DB | B0 | 53 | 0 | 14 | 3E | E | 29 | 41 | 3B |
| Octal | 333 | 260 | 123 | 0 | 24 | 76 | 16 | 51 | 101 | 73 |
| Binary | 11011011 | 10110000 | 1010011 | 0 | 10100 | 111110 | 1110 | 101001 | 1000001 | 111011 |
Color Harmonies of #DBB053
Complementary color
Monochromatic Colors of #DBB053
Black with #DBB053
Text Example
Text Example
White with #DBB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB053; }
p { color: rgb(219,176,83); }
H1.HeaderClassName
{
color: #DBB053;
}
.AnyTagClassName
{
color: #DBB053;
}
</style>
background-color css
<style>
a { background-color: #DBB053; }
a { background-color: rgb(219,176,83); }
div.DivClassName
{
background-color: #DBB053;
}
.BgClassName
{
background-color: #DBB053;
}
</style>
border-color css
<style>
span { border-color: #DBB053; }
span { border-color: rgb(219,176,83); }
td.TdClassName
{
border-color: #DBB053;
}
.TagClassName
{
border-color: #DBB053;
}
</style>