Shades of Rob Roy #DBB34D
Tints of Rob Roy #DBB34D
RGB
CMYK
RGB Variations
Color information
#DBB34D (or 0xDBB34D) is known color: Rob Roy. HEX triplet: DB, B3 and 4D. RGB value is (219,179,77). Sum of RGB (Red+Green+Blue) = 219+179+77=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB34D is #244CB2. Grayscale: #B3B3B3. Windows color (decimal): -2378931 or 5092315. OLE color: 5092315.
HSL color Cylindrical-coordinate representation of color #DBB34D: hue angle of 43.1º 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 #DBB34D is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 77 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.14 |
| HSL | 43.1º | 0.66% | 0.58% | - |
| HSV(B) | 43.1º | 0.65% | 0.86% | - |
| XYZ | 46.67 | 47.84 | 13.79 | - |
| YUV | 179.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 77 | 0 | 0.18 | 0.65 | 0.14 | 43.1 | 0.66 | 0.58 |
| Hex | DB | B3 | 4D | 0 | 12 | 41 | E | 2B | 42 | 3A |
| Octal | 333 | 263 | 115 | 0 | 22 | 101 | 16 | 53 | 102 | 72 |
| Binary | 11011011 | 10110011 | 1001101 | 0 | 10010 | 1000001 | 1110 | 101011 | 1000010 | 111010 |
Color Harmonies of #DBB34D
Complementary color
Monochromatic Colors of #DBB34D
Black with #DBB34D
Text Example
Text Example
White with #DBB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB34D; }
p { color: rgb(219,179,77); }
H1.HeaderClassName
{
color: #DBB34D;
}
.AnyTagClassName
{
color: #DBB34D;
}
</style>
background-color css
<style>
a { background-color: #DBB34D; }
a { background-color: rgb(219,179,77); }
div.DivClassName
{
background-color: #DBB34D;
}
.BgClassName
{
background-color: #DBB34D;
}
</style>
border-color css
<style>
span { border-color: #DBB34D; }
span { border-color: rgb(219,179,77); }
td.TdClassName
{
border-color: #DBB34D;
}
.TagClassName
{
border-color: #DBB34D;
}
</style>