Shades of Rob Roy #DBB54B
Tints of Rob Roy #DBB54B
RGB
CMYK
RGB Variations
Color information
#DBB54B (or 0xDBB54B) is known color: Rob Roy. HEX triplet: DB, B5 and 4B. RGB value is (219,181,75). Sum of RGB (Red+Green+Blue) = 219+181+75=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB54B is #244AB4. Grayscale: #B4B4B4. Windows color (decimal): -2378421 or 4961755. OLE color: 4961755.
HSL color Cylindrical-coordinate representation of color #DBB54B: hue angle of 44.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBB54B is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 75 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.14 |
| HSL | 44.17º | 0.67% | 0.58% | - |
| HSV(B) | 44.17º | 0.66% | 0.86% | - |
| XYZ | 47.01 | 48.62 | 13.56 | - |
| YUV | 180.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 75 | 0 | 0.17 | 0.66 | 0.14 | 44.17 | 0.67 | 0.58 |
| Hex | DB | B5 | 4B | 0 | 11 | 42 | E | 2C | 43 | 3A |
| Octal | 333 | 265 | 113 | 0 | 21 | 102 | 16 | 54 | 103 | 72 |
| Binary | 11011011 | 10110101 | 1001011 | 0 | 10001 | 1000010 | 1110 | 101100 | 1000011 | 111010 |
Color Harmonies of #DBB54B
Complementary color
Monochromatic Colors of #DBB54B
Black with #DBB54B
Text Example
Text Example
White with #DBB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB54B; }
p { color: rgb(219,181,75); }
H1.HeaderClassName
{
color: #DBB54B;
}
.AnyTagClassName
{
color: #DBB54B;
}
</style>
background-color css
<style>
a { background-color: #DBB54B; }
a { background-color: rgb(219,181,75); }
div.DivClassName
{
background-color: #DBB54B;
}
.BgClassName
{
background-color: #DBB54B;
}
</style>
border-color css
<style>
span { border-color: #DBB54B; }
span { border-color: rgb(219,181,75); }
td.TdClassName
{
border-color: #DBB54B;
}
.TagClassName
{
border-color: #DBB54B;
}
</style>