Shades of Rob Roy #DBB452
Tints of Rob Roy #DBB452
RGB
CMYK
RGB Variations
Color information
#DBB452 (or 0xDBB452) is known color: Rob Roy. HEX triplet: DB, B4 and 52. RGB value is (219,180,82). Sum of RGB (Red+Green+Blue) = 219+180+82=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB452 is #244BAD. Grayscale: #B4B4B4. Windows color (decimal): -2378670 or 5420251. OLE color: 5420251.
HSL color Cylindrical-coordinate representation of color #DBB452: hue angle of 42.92º 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 #DBB452 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 82 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.14 |
| HSL | 42.92º | 0.66% | 0.59% | - |
| HSV(B) | 42.92º | 0.63% | 0.86% | - |
| XYZ | 47.06 | 48.31 | 14.83 | - |
| YUV | 180.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 82 | 0 | 0.18 | 0.63 | 0.14 | 42.92 | 0.66 | 0.59 |
| Hex | DB | B4 | 52 | 0 | 12 | 3F | E | 2B | 42 | 3B |
| Octal | 333 | 264 | 122 | 0 | 22 | 77 | 16 | 53 | 102 | 73 |
| Binary | 11011011 | 10110100 | 1010010 | 0 | 10010 | 111111 | 1110 | 101011 | 1000010 | 111011 |
Color Harmonies of #DBB452
Complementary color
Monochromatic Colors of #DBB452
Black with #DBB452
Text Example
Text Example
White with #DBB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB452; }
p { color: rgb(219,180,82); }
H1.HeaderClassName
{
color: #DBB452;
}
.AnyTagClassName
{
color: #DBB452;
}
</style>
background-color css
<style>
a { background-color: #DBB452; }
a { background-color: rgb(219,180,82); }
div.DivClassName
{
background-color: #DBB452;
}
.BgClassName
{
background-color: #DBB452;
}
</style>
border-color css
<style>
span { border-color: #DBB452; }
span { border-color: rgb(219,180,82); }
td.TdClassName
{
border-color: #DBB452;
}
.TagClassName
{
border-color: #DBB452;
}
</style>