Shades of Rob Roy #DBB34A
Tints of Rob Roy #DBB34A
RGB
CMYK
RGB Variations
Color information
#DBB34A (or 0xDBB34A) is known color: Rob Roy. HEX triplet: DB, B3 and 4A. RGB value is (219,179,74). Sum of RGB (Red+Green+Blue) = 219+179+74=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB34A is #244CB5. Grayscale: #B3B3B3. Windows color (decimal): -2378934 or 4895707. OLE color: 4895707.
HSL color Cylindrical-coordinate representation of color #DBB34A: hue angle of 43.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBB34A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 74 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.14 |
| HSL | 43.45º | 0.67% | 0.57% | - |
| HSV(B) | 43.45º | 0.66% | 0.86% | - |
| XYZ | 46.57 | 47.79 | 13.25 | - |
| YUV | 178.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 74 | 0 | 0.18 | 0.66 | 0.14 | 43.45 | 0.67 | 0.57 |
| Hex | DB | B3 | 4A | 0 | 12 | 42 | E | 2B | 43 | 39 |
| Octal | 333 | 263 | 112 | 0 | 22 | 102 | 16 | 53 | 103 | 71 |
| Binary | 11011011 | 10110011 | 1001010 | 0 | 10010 | 1000010 | 1110 | 101011 | 1000011 | 111001 |
Color Harmonies of #DBB34A
Complementary color
Monochromatic Colors of #DBB34A
Black with #DBB34A
Text Example
Text Example
White with #DBB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB34A; }
p { color: rgb(219,179,74); }
H1.HeaderClassName
{
color: #DBB34A;
}
.AnyTagClassName
{
color: #DBB34A;
}
</style>
background-color css
<style>
a { background-color: #DBB34A; }
a { background-color: rgb(219,179,74); }
div.DivClassName
{
background-color: #DBB34A;
}
.BgClassName
{
background-color: #DBB34A;
}
</style>
border-color css
<style>
span { border-color: #DBB34A; }
span { border-color: rgb(219,179,74); }
td.TdClassName
{
border-color: #DBB34A;
}
.TagClassName
{
border-color: #DBB34A;
}
</style>