Shades of Rob Roy #DBB652
Tints of Rob Roy #DBB652
RGB
CMYK
RGB Variations
Color information
#DBB652 (or 0xDBB652) is known color: Rob Roy. HEX triplet: DB, B6 and 52. RGB value is (219,182,82). Sum of RGB (Red+Green+Blue) = 219+182+82=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB652 is #2449AD. Grayscale: #B6B6B6. Windows color (decimal): -2378158 or 5420763. OLE color: 5420763.
HSL color Cylindrical-coordinate representation of color #DBB652: hue angle of 43.8º 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 #DBB652 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 82 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.14 |
| HSL | 43.8º | 0.66% | 0.59% | - |
| HSV(B) | 43.8º | 0.63% | 0.86% | - |
| XYZ | 47.46 | 49.13 | 14.96 | - |
| YUV | 181.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 82 | 0 | 0.17 | 0.63 | 0.14 | 43.8 | 0.66 | 0.59 |
| Hex | DB | B6 | 52 | 0 | 11 | 3F | E | 2C | 42 | 3B |
| Octal | 333 | 266 | 122 | 0 | 21 | 77 | 16 | 54 | 102 | 73 |
| Binary | 11011011 | 10110110 | 1010010 | 0 | 10001 | 111111 | 1110 | 101100 | 1000010 | 111011 |
Color Harmonies of #DBB652
Complementary color
Monochromatic Colors of #DBB652
Black with #DBB652
Text Example
Text Example
White with #DBB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB652; }
p { color: rgb(219,182,82); }
H1.HeaderClassName
{
color: #DBB652;
}
.AnyTagClassName
{
color: #DBB652;
}
</style>
background-color css
<style>
a { background-color: #DBB652; }
a { background-color: rgb(219,182,82); }
div.DivClassName
{
background-color: #DBB652;
}
.BgClassName
{
background-color: #DBB652;
}
</style>
border-color css
<style>
span { border-color: #DBB652; }
span { border-color: rgb(219,182,82); }
td.TdClassName
{
border-color: #DBB652;
}
.TagClassName
{
border-color: #DBB652;
}
</style>