Shades of Rob Roy #DBB54E
Tints of Rob Roy #DBB54E
RGB
CMYK
RGB Variations
Color information
#DBB54E (or 0xDBB54E) is known color: Rob Roy. HEX triplet: DB, B5 and 4E. RGB value is (219,181,78). Sum of RGB (Red+Green+Blue) = 219+181+78=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB54E is #244AB1. Grayscale: #B5B5B5. Windows color (decimal): -2378418 or 5158363. OLE color: 5158363.
HSL color Cylindrical-coordinate representation of color #DBB54E: hue angle of 43.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBB54E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 78 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.14 |
| HSL | 43.83º | 0.66% | 0.58% | - |
| HSV(B) | 43.83º | 0.64% | 0.86% | - |
| XYZ | 47.11 | 48.66 | 14.12 | - |
| YUV | 180.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 78 | 0 | 0.17 | 0.64 | 0.14 | 43.83 | 0.66 | 0.58 |
| Hex | DB | B5 | 4E | 0 | 11 | 40 | E | 2C | 42 | 3A |
| Octal | 333 | 265 | 116 | 0 | 21 | 100 | 16 | 54 | 102 | 72 |
| Binary | 11011011 | 10110101 | 1001110 | 0 | 10001 | 1000000 | 1110 | 101100 | 1000010 | 111010 |
Color Harmonies of #DBB54E
Complementary color
Monochromatic Colors of #DBB54E
Black with #DBB54E
Text Example
Text Example
White with #DBB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB54E; }
p { color: rgb(219,181,78); }
H1.HeaderClassName
{
color: #DBB54E;
}
.AnyTagClassName
{
color: #DBB54E;
}
</style>
background-color css
<style>
a { background-color: #DBB54E; }
a { background-color: rgb(219,181,78); }
div.DivClassName
{
background-color: #DBB54E;
}
.BgClassName
{
background-color: #DBB54E;
}
</style>
border-color css
<style>
span { border-color: #DBB54E; }
span { border-color: rgb(219,181,78); }
td.TdClassName
{
border-color: #DBB54E;
}
.TagClassName
{
border-color: #DBB54E;
}
</style>