Shades of Rob Roy #DBB352
Tints of Rob Roy #DBB352
RGB
CMYK
RGB Variations
Color information
#DBB352 (or 0xDBB352) is known color: Rob Roy. HEX triplet: DB, B3 and 52. RGB value is (219,179,82). Sum of RGB (Red+Green+Blue) = 219+179+82=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB352 is #244CAD. Grayscale: #B4B4B4. Windows color (decimal): -2378926 or 5419995. OLE color: 5419995.
HSL color Cylindrical-coordinate representation of color #DBB352: hue angle of 42.48º 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 #DBB352 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 82 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.14 |
| HSL | 42.48º | 0.66% | 0.59% | - |
| HSV(B) | 42.48º | 0.63% | 0.86% | - |
| XYZ | 46.86 | 47.91 | 14.76 | - |
| YUV | 179.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 82 | 0 | 0.18 | 0.63 | 0.14 | 42.48 | 0.66 | 0.59 |
| Hex | DB | B3 | 52 | 0 | 12 | 3F | E | 2A | 42 | 3B |
| Octal | 333 | 263 | 122 | 0 | 22 | 77 | 16 | 52 | 102 | 73 |
| Binary | 11011011 | 10110011 | 1010010 | 0 | 10010 | 111111 | 1110 | 101010 | 1000010 | 111011 |
Color Harmonies of #DBB352
Complementary color
Monochromatic Colors of #DBB352
Black with #DBB352
Text Example
Text Example
White with #DBB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB352; }
p { color: rgb(219,179,82); }
H1.HeaderClassName
{
color: #DBB352;
}
.AnyTagClassName
{
color: #DBB352;
}
</style>
background-color css
<style>
a { background-color: #DBB352; }
a { background-color: rgb(219,179,82); }
div.DivClassName
{
background-color: #DBB352;
}
.BgClassName
{
background-color: #DBB352;
}
</style>
border-color css
<style>
span { border-color: #DBB352; }
span { border-color: rgb(219,179,82); }
td.TdClassName
{
border-color: #DBB352;
}
.TagClassName
{
border-color: #DBB352;
}
</style>