Shades of Rob Roy #DBB34E
Tints of Rob Roy #DBB34E
RGB
CMYK
RGB Variations
Color information
#DBB34E (or 0xDBB34E) is known color: Rob Roy. HEX triplet: DB, B3 and 4E. RGB value is (219,179,78). Sum of RGB (Red+Green+Blue) = 219+179+78=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB34E is #244CB1. Grayscale: #B3B3B3. Windows color (decimal): -2378930 or 5157851. OLE color: 5157851.
HSL color Cylindrical-coordinate representation of color #DBB34E: hue angle of 42.98º 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 #DBB34E is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 78 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.14 |
| HSL | 42.98º | 0.66% | 0.58% | - |
| HSV(B) | 42.98º | 0.64% | 0.86% | - |
| XYZ | 46.71 | 47.85 | 13.98 | - |
| YUV | 179.45 | 70.75 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 78 | 0 | 0.18 | 0.64 | 0.14 | 42.98 | 0.66 | 0.58 |
| Hex | DB | B3 | 4E | 0 | 12 | 40 | E | 2B | 42 | 3A |
| Octal | 333 | 263 | 116 | 0 | 22 | 100 | 16 | 53 | 102 | 72 |
| Binary | 11011011 | 10110011 | 1001110 | 0 | 10010 | 1000000 | 1110 | 101011 | 1000010 | 111010 |
Color Harmonies of #DBB34E
Complementary color
Monochromatic Colors of #DBB34E
Black with #DBB34E
Text Example
Text Example
White with #DBB34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB34E; }
p { color: rgb(219,179,78); }
H1.HeaderClassName
{
color: #DBB34E;
}
.AnyTagClassName
{
color: #DBB34E;
}
</style>
background-color css
<style>
a { background-color: #DBB34E; }
a { background-color: rgb(219,179,78); }
div.DivClassName
{
background-color: #DBB34E;
}
.BgClassName
{
background-color: #DBB34E;
}
</style>
border-color css
<style>
span { border-color: #DBB34E; }
span { border-color: rgb(219,179,78); }
td.TdClassName
{
border-color: #DBB34E;
}
.TagClassName
{
border-color: #DBB34E;
}
</style>