Shades of Rob Roy #DBB252
Tints of Rob Roy #DBB252
RGB
CMYK
RGB Variations
Color information
#DBB252 (or 0xDBB252) is known color: Rob Roy. HEX triplet: DB, B2 and 52. RGB value is (219,178,82). Sum of RGB (Red+Green+Blue) = 219+178+82=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB252 is #244DAD. Grayscale: #B3B3B3. Windows color (decimal): -2379182 or 5419739. OLE color: 5419739.
HSL color Cylindrical-coordinate representation of color #DBB252: hue angle of 42.04º 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 #DBB252 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 82 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.14 |
| HSL | 42.04º | 0.66% | 0.59% | - |
| HSV(B) | 42.04º | 0.63% | 0.86% | - |
| XYZ | 46.66 | 47.51 | 14.69 | - |
| YUV | 179.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 82 | 0 | 0.19 | 0.63 | 0.14 | 42.04 | 0.66 | 0.59 |
| Hex | DB | B2 | 52 | 0 | 13 | 3F | E | 2A | 42 | 3B |
| Octal | 333 | 262 | 122 | 0 | 23 | 77 | 16 | 52 | 102 | 73 |
| Binary | 11011011 | 10110010 | 1010010 | 0 | 10011 | 111111 | 1110 | 101010 | 1000010 | 111011 |
Color Harmonies of #DBB252
Complementary color
Monochromatic Colors of #DBB252
Black with #DBB252
Text Example
Text Example
White with #DBB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB252; }
p { color: rgb(219,178,82); }
H1.HeaderClassName
{
color: #DBB252;
}
.AnyTagClassName
{
color: #DBB252;
}
</style>
background-color css
<style>
a { background-color: #DBB252; }
a { background-color: rgb(219,178,82); }
div.DivClassName
{
background-color: #DBB252;
}
.BgClassName
{
background-color: #DBB252;
}
</style>
border-color css
<style>
span { border-color: #DBB252; }
span { border-color: rgb(219,178,82); }
td.TdClassName
{
border-color: #DBB252;
}
.TagClassName
{
border-color: #DBB252;
}
</style>