Shades of Rob Roy #DBB952
Tints of Rob Roy #DBB952
RGB
CMYK
RGB Variations
Color information
#DBB952 (or 0xDBB952) is known color: Rob Roy. HEX triplet: DB, B9 and 52. RGB value is (219,185,82). Sum of RGB (Red+Green+Blue) = 219+185+82=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB952 is #2446AD. Grayscale: #B7B7B7. Windows color (decimal): -2377390 or 5421531. OLE color: 5421531.
HSL color Cylindrical-coordinate representation of color #DBB952: hue angle of 45.11º 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 #DBB952 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 82 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.14 |
| HSL | 45.11º | 0.66% | 0.59% | - |
| HSV(B) | 45.11º | 0.63% | 0.86% | - |
| XYZ | 48.09 | 50.37 | 15.17 | - |
| YUV | 183.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 82 | 0 | 0.16 | 0.63 | 0.14 | 45.11 | 0.66 | 0.59 |
| Hex | DB | B9 | 52 | 0 | 10 | 3F | E | 2D | 42 | 3B |
| Octal | 333 | 271 | 122 | 0 | 20 | 77 | 16 | 55 | 102 | 73 |
| Binary | 11011011 | 10111001 | 1010010 | 0 | 10000 | 111111 | 1110 | 101101 | 1000010 | 111011 |
Color Harmonies of #DBB952
Complementary color
Monochromatic Colors of #DBB952
Black with #DBB952
Text Example
Text Example
White with #DBB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB952; }
p { color: rgb(219,185,82); }
H1.HeaderClassName
{
color: #DBB952;
}
.AnyTagClassName
{
color: #DBB952;
}
</style>
background-color css
<style>
a { background-color: #DBB952; }
a { background-color: rgb(219,185,82); }
div.DivClassName
{
background-color: #DBB952;
}
.BgClassName
{
background-color: #DBB952;
}
</style>
border-color css
<style>
span { border-color: #DBB952; }
span { border-color: rgb(219,185,82); }
td.TdClassName
{
border-color: #DBB952;
}
.TagClassName
{
border-color: #DBB952;
}
</style>