Shades of Rob Roy #DBB84E
Tints of Rob Roy #DBB84E
RGB
CMYK
RGB Variations
Color information
#DBB84E (or 0xDBB84E) is known color: Rob Roy. HEX triplet: DB, B8 and 4E. RGB value is (219,184,78). Sum of RGB (Red+Green+Blue) = 219+184+78=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB84E is #2447B1. Grayscale: #B6B6B6. Windows color (decimal): -2377650 or 5159131. OLE color: 5159131.
HSL color Cylindrical-coordinate representation of color #DBB84E: hue angle of 45.11º 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 #DBB84E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 78 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.14 |
| HSL | 45.11º | 0.66% | 0.58% | - |
| HSV(B) | 45.11º | 0.64% | 0.86% | - |
| XYZ | 47.73 | 49.89 | 14.32 | - |
| YUV | 182.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 78 | 0 | 0.16 | 0.64 | 0.14 | 45.11 | 0.66 | 0.58 |
| Hex | DB | B8 | 4E | 0 | 10 | 40 | E | 2D | 42 | 3A |
| Octal | 333 | 270 | 116 | 0 | 20 | 100 | 16 | 55 | 102 | 72 |
| Binary | 11011011 | 10111000 | 1001110 | 0 | 10000 | 1000000 | 1110 | 101101 | 1000010 | 111010 |
Color Harmonies of #DBB84E
Complementary color
Monochromatic Colors of #DBB84E
Black with #DBB84E
Text Example
Text Example
White with #DBB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB84E; }
p { color: rgb(219,184,78); }
H1.HeaderClassName
{
color: #DBB84E;
}
.AnyTagClassName
{
color: #DBB84E;
}
</style>
background-color css
<style>
a { background-color: #DBB84E; }
a { background-color: rgb(219,184,78); }
div.DivClassName
{
background-color: #DBB84E;
}
.BgClassName
{
background-color: #DBB84E;
}
</style>
border-color css
<style>
span { border-color: #DBB84E; }
span { border-color: rgb(219,184,78); }
td.TdClassName
{
border-color: #DBB84E;
}
.TagClassName
{
border-color: #DBB84E;
}
</style>