Shades of Rob Roy #DBB04A
Tints of Rob Roy #DBB04A
RGB
CMYK
RGB Variations
Color information
#DBB04A (or 0xDBB04A) is known color: Rob Roy. HEX triplet: DB, B0 and 4A. RGB value is (219,176,74). Sum of RGB (Red+Green+Blue) = 219+176+74=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB04A is #244FB5. Grayscale: #B1B1B1. Windows color (decimal): -2379702 or 4894939. OLE color: 4894939.
HSL color Cylindrical-coordinate representation of color #DBB04A: hue angle of 42.21º 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 #DBB04A is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 74 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.14 |
| HSL | 42.21º | 0.67% | 0.57% | - |
| HSV(B) | 42.21º | 0.66% | 0.86% | - |
| XYZ | 45.97 | 46.61 | 13.05 | - |
| YUV | 177.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 74 | 0 | 0.20 | 0.66 | 0.14 | 42.21 | 0.67 | 0.57 |
| Hex | DB | B0 | 4A | 0 | 14 | 42 | E | 2A | 43 | 39 |
| Octal | 333 | 260 | 112 | 0 | 24 | 102 | 16 | 52 | 103 | 71 |
| Binary | 11011011 | 10110000 | 1001010 | 0 | 10100 | 1000010 | 1110 | 101010 | 1000011 | 111001 |
Color Harmonies of #DBB04A
Complementary color
Monochromatic Colors of #DBB04A
Black with #DBB04A
Text Example
Text Example
White with #DBB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB04A; }
p { color: rgb(219,176,74); }
H1.HeaderClassName
{
color: #DBB04A;
}
.AnyTagClassName
{
color: #DBB04A;
}
</style>
background-color css
<style>
a { background-color: #DBB04A; }
a { background-color: rgb(219,176,74); }
div.DivClassName
{
background-color: #DBB04A;
}
.BgClassName
{
background-color: #DBB04A;
}
</style>
border-color css
<style>
span { border-color: #DBB04A; }
span { border-color: rgb(219,176,74); }
td.TdClassName
{
border-color: #DBB04A;
}
.TagClassName
{
border-color: #DBB04A;
}
</style>