Shades of Rob Roy #DBB04C
Tints of Rob Roy #DBB04C
RGB
CMYK
RGB Variations
Color information
#DBB04C (or 0xDBB04C) is known color: Rob Roy. HEX triplet: DB, B0 and 4C. RGB value is (219,176,76). Sum of RGB (Red+Green+Blue) = 219+176+76=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB04C is #244FB3. Grayscale: #B1B1B1. Windows color (decimal): -2379700 or 5026011. OLE color: 5026011.
HSL color Cylindrical-coordinate representation of color #DBB04C: hue angle of 41.96º degrees, saturation: 0.67, 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 #DBB04C is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 76 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.14 |
| HSL | 41.96º | 0.67% | 0.58% | - |
| HSV(B) | 41.96º | 0.65% | 0.86% | - |
| XYZ | 46.04 | 46.63 | 13.41 | - |
| YUV | 177.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 76 | 0 | 0.20 | 0.65 | 0.14 | 41.96 | 0.67 | 0.58 |
| Hex | DB | B0 | 4C | 0 | 14 | 41 | E | 2A | 43 | 3A |
| Octal | 333 | 260 | 114 | 0 | 24 | 101 | 16 | 52 | 103 | 72 |
| Binary | 11011011 | 10110000 | 1001100 | 0 | 10100 | 1000001 | 1110 | 101010 | 1000011 | 111010 |
Color Harmonies of #DBB04C
Complementary color
Monochromatic Colors of #DBB04C
Black with #DBB04C
Text Example
Text Example
White with #DBB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB04C; }
p { color: rgb(219,176,76); }
H1.HeaderClassName
{
color: #DBB04C;
}
.AnyTagClassName
{
color: #DBB04C;
}
</style>
background-color css
<style>
a { background-color: #DBB04C; }
a { background-color: rgb(219,176,76); }
div.DivClassName
{
background-color: #DBB04C;
}
.BgClassName
{
background-color: #DBB04C;
}
</style>
border-color css
<style>
span { border-color: #DBB04C; }
span { border-color: rgb(219,176,76); }
td.TdClassName
{
border-color: #DBB04C;
}
.TagClassName
{
border-color: #DBB04C;
}
</style>