Shades of Rob Roy #DBB653
Tints of Rob Roy #DBB653
RGB
CMYK
RGB Variations
Color information
#DBB653 (or 0xDBB653) is known color: Rob Roy. HEX triplet: DB, B6 and 53. RGB value is (219,182,83). Sum of RGB (Red+Green+Blue) = 219+182+83=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB653 is #2449AC. Grayscale: #B6B6B6. Windows color (decimal): -2378157 or 5486299. OLE color: 5486299.
HSL color Cylindrical-coordinate representation of color #DBB653: hue angle of 43.68º 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 #DBB653 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 83 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.14 |
| HSL | 43.68º | 0.65% | 0.59% | - |
| HSV(B) | 43.68º | 0.62% | 0.86% | - |
| XYZ | 47.5 | 49.14 | 15.17 | - |
| YUV | 181.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 83 | 0 | 0.17 | 0.62 | 0.14 | 43.68 | 0.65 | 0.59 |
| Hex | DB | B6 | 53 | 0 | 11 | 3E | E | 2C | 41 | 3B |
| Octal | 333 | 266 | 123 | 0 | 21 | 76 | 16 | 54 | 101 | 73 |
| Binary | 11011011 | 10110110 | 1010011 | 0 | 10001 | 111110 | 1110 | 101100 | 1000001 | 111011 |
Color Harmonies of #DBB653
Complementary color
Monochromatic Colors of #DBB653
Black with #DBB653
Text Example
Text Example
White with #DBB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB653; }
p { color: rgb(219,182,83); }
H1.HeaderClassName
{
color: #DBB653;
}
.AnyTagClassName
{
color: #DBB653;
}
</style>
background-color css
<style>
a { background-color: #DBB653; }
a { background-color: rgb(219,182,83); }
div.DivClassName
{
background-color: #DBB653;
}
.BgClassName
{
background-color: #DBB653;
}
</style>
border-color css
<style>
span { border-color: #DBB653; }
span { border-color: rgb(219,182,83); }
td.TdClassName
{
border-color: #DBB653;
}
.TagClassName
{
border-color: #DBB653;
}
</style>