Shades of Rob Roy #DBB04E
Tints of Rob Roy #DBB04E
RGB
CMYK
RGB Variations
Color information
#DBB04E (or 0xDBB04E) is known color: Rob Roy. HEX triplet: DB, B0 and 4E. RGB value is (219,176,78). Sum of RGB (Red+Green+Blue) = 219+176+78=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB04E is #244FB1. Grayscale: #B2B2B2. Windows color (decimal): -2379698 or 5157083. OLE color: 5157083.
HSL color Cylindrical-coordinate representation of color #DBB04E: hue angle of 41.7º 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 #DBB04E is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 78 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.14 |
| HSL | 41.7º | 0.66% | 0.58% | - |
| HSV(B) | 41.7º | 0.64% | 0.86% | - |
| XYZ | 46.11 | 46.66 | 13.78 | - |
| YUV | 177.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 78 | 0 | 0.20 | 0.64 | 0.14 | 41.7 | 0.66 | 0.58 |
| Hex | DB | B0 | 4E | 0 | 14 | 40 | E | 2A | 42 | 3A |
| Octal | 333 | 260 | 116 | 0 | 24 | 100 | 16 | 52 | 102 | 72 |
| Binary | 11011011 | 10110000 | 1001110 | 0 | 10100 | 1000000 | 1110 | 101010 | 1000010 | 111010 |
Color Harmonies of #DBB04E
Complementary color
Monochromatic Colors of #DBB04E
Black with #DBB04E
Text Example
Text Example
White with #DBB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB04E; }
p { color: rgb(219,176,78); }
H1.HeaderClassName
{
color: #DBB04E;
}
.AnyTagClassName
{
color: #DBB04E;
}
</style>
background-color css
<style>
a { background-color: #DBB04E; }
a { background-color: rgb(219,176,78); }
div.DivClassName
{
background-color: #DBB04E;
}
.BgClassName
{
background-color: #DBB04E;
}
</style>
border-color css
<style>
span { border-color: #DBB04E; }
span { border-color: rgb(219,176,78); }
td.TdClassName
{
border-color: #DBB04E;
}
.TagClassName
{
border-color: #DBB04E;
}
</style>