Shades of Rob Roy #DBB74D
Tints of Rob Roy #DBB74D
RGB
CMYK
RGB Variations
Color information
#DBB74D (or 0xDBB74D) is known color: Rob Roy. HEX triplet: DB, B7 and 4D. RGB value is (219,183,77). Sum of RGB (Red+Green+Blue) = 219+183+77=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB74D is #2448B2. Grayscale: #B6B6B6. Windows color (decimal): -2377907 or 5093339. OLE color: 5093339.
HSL color Cylindrical-coordinate representation of color #DBB74D: hue angle of 44.79º 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 #DBB74D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 77 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.14 |
| HSL | 44.79º | 0.66% | 0.58% | - |
| HSV(B) | 44.79º | 0.65% | 0.86% | - |
| XYZ | 47.49 | 49.46 | 14.07 | - |
| YUV | 181.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 77 | 0 | 0.16 | 0.65 | 0.14 | 44.79 | 0.66 | 0.58 |
| Hex | DB | B7 | 4D | 0 | 10 | 41 | E | 2D | 42 | 3A |
| Octal | 333 | 267 | 115 | 0 | 20 | 101 | 16 | 55 | 102 | 72 |
| Binary | 11011011 | 10110111 | 1001101 | 0 | 10000 | 1000001 | 1110 | 101101 | 1000010 | 111010 |
Color Harmonies of #DBB74D
Complementary color
Monochromatic Colors of #DBB74D
Black with #DBB74D
Text Example
Text Example
White with #DBB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB74D; }
p { color: rgb(219,183,77); }
H1.HeaderClassName
{
color: #DBB74D;
}
.AnyTagClassName
{
color: #DBB74D;
}
</style>
background-color css
<style>
a { background-color: #DBB74D; }
a { background-color: rgb(219,183,77); }
div.DivClassName
{
background-color: #DBB74D;
}
.BgClassName
{
background-color: #DBB74D;
}
</style>
border-color css
<style>
span { border-color: #DBB74D; }
span { border-color: rgb(219,183,77); }
td.TdClassName
{
border-color: #DBB74D;
}
.TagClassName
{
border-color: #DBB74D;
}
</style>