Shades of Rob Roy #DBB451
Tints of Rob Roy #DBB451
RGB
CMYK
RGB Variations
Color information
#DBB451 (or 0xDBB451) is known color: Rob Roy. HEX triplet: DB, B4 and 51. RGB value is (219,180,81). Sum of RGB (Red+Green+Blue) = 219+180+81=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB451 is #244BAE. Grayscale: #B4B4B4. Windows color (decimal): -2378671 or 5354715. OLE color: 5354715.
HSL color Cylindrical-coordinate representation of color #DBB451: hue angle of 43.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 #DBB451 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 81 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.14 |
| HSL | 43.04º | 0.66% | 0.59% | - |
| HSV(B) | 43.04º | 0.63% | 0.86% | - |
| XYZ | 47.02 | 48.3 | 14.63 | - |
| YUV | 180.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 81 | 0 | 0.18 | 0.63 | 0.14 | 43.04 | 0.66 | 0.59 |
| Hex | DB | B4 | 51 | 0 | 12 | 3F | E | 2B | 42 | 3B |
| Octal | 333 | 264 | 121 | 0 | 22 | 77 | 16 | 53 | 102 | 73 |
| Binary | 11011011 | 10110100 | 1010001 | 0 | 10010 | 111111 | 1110 | 101011 | 1000010 | 111011 |
Color Harmonies of #DBB451
Complementary color
Monochromatic Colors of #DBB451
Black with #DBB451
Text Example
Text Example
White with #DBB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB451; }
p { color: rgb(219,180,81); }
H1.HeaderClassName
{
color: #DBB451;
}
.AnyTagClassName
{
color: #DBB451;
}
</style>
background-color css
<style>
a { background-color: #DBB451; }
a { background-color: rgb(219,180,81); }
div.DivClassName
{
background-color: #DBB451;
}
.BgClassName
{
background-color: #DBB451;
}
</style>
border-color css
<style>
span { border-color: #DBB451; }
span { border-color: rgb(219,180,81); }
td.TdClassName
{
border-color: #DBB451;
}
.TagClassName
{
border-color: #DBB451;
}
</style>