Shades of Rob Roy #DBB84D
Tints of Rob Roy #DBB84D
RGB
CMYK
RGB Variations
Color information
#DBB84D (or 0xDBB84D) is known color: Rob Roy. HEX triplet: DB, B8 and 4D. RGB value is (219,184,77). Sum of RGB (Red+Green+Blue) = 219+184+77=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB84D is #2447B2. Grayscale: #B6B6B6. Windows color (decimal): -2377651 or 5093595. OLE color: 5093595.
HSL color Cylindrical-coordinate representation of color #DBB84D: hue angle of 45.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBB84D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 77 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.14 |
| HSL | 45.21º | 0.66% | 0.58% | - |
| HSV(B) | 45.21º | 0.65% | 0.86% | - |
| XYZ | 47.69 | 49.88 | 14.13 | - |
| YUV | 182.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 77 | 0 | 0.16 | 0.65 | 0.14 | 45.21 | 0.66 | 0.58 |
| Hex | DB | B8 | 4D | 0 | 10 | 41 | E | 2D | 42 | 3A |
| Octal | 333 | 270 | 115 | 0 | 20 | 101 | 16 | 55 | 102 | 72 |
| Binary | 11011011 | 10111000 | 1001101 | 0 | 10000 | 1000001 | 1110 | 101101 | 1000010 | 111010 |
Color Harmonies of #DBB84D
Complementary color
Monochromatic Colors of #DBB84D
Black with #DBB84D
Text Example
Text Example
White with #DBB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB84D; }
p { color: rgb(219,184,77); }
H1.HeaderClassName
{
color: #DBB84D;
}
.AnyTagClassName
{
color: #DBB84D;
}
</style>
background-color css
<style>
a { background-color: #DBB84D; }
a { background-color: rgb(219,184,77); }
div.DivClassName
{
background-color: #DBB84D;
}
.BgClassName
{
background-color: #DBB84D;
}
</style>
border-color css
<style>
span { border-color: #DBB84D; }
span { border-color: rgb(219,184,77); }
td.TdClassName
{
border-color: #DBB84D;
}
.TagClassName
{
border-color: #DBB84D;
}
</style>