Shades of Rob Roy #DBB54F
Tints of Rob Roy #DBB54F
RGB
CMYK
RGB Variations
Color information
#DBB54F (or 0xDBB54F) is known color: Rob Roy. HEX triplet: DB, B5 and 4F. RGB value is (219,181,79). Sum of RGB (Red+Green+Blue) = 219+181+79=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB54F is #244AB0. Grayscale: #B5B5B5. Windows color (decimal): -2378417 or 5223899. OLE color: 5223899.
HSL color Cylindrical-coordinate representation of color #DBB54F: hue angle of 43.71º 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 #DBB54F is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 79 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.14 |
| HSL | 43.71º | 0.66% | 0.58% | - |
| HSV(B) | 43.71º | 0.64% | 0.86% | - |
| XYZ | 47.15 | 48.67 | 14.31 | - |
| YUV | 180.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 79 | 0 | 0.17 | 0.64 | 0.14 | 43.71 | 0.66 | 0.58 |
| Hex | DB | B5 | 4F | 0 | 11 | 40 | E | 2C | 42 | 3A |
| Octal | 333 | 265 | 117 | 0 | 21 | 100 | 16 | 54 | 102 | 72 |
| Binary | 11011011 | 10110101 | 1001111 | 0 | 10001 | 1000000 | 1110 | 101100 | 1000010 | 111010 |
Color Harmonies of #DBB54F
Complementary color
Monochromatic Colors of #DBB54F
Black with #DBB54F
Text Example
Text Example
White with #DBB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB54F; }
p { color: rgb(219,181,79); }
H1.HeaderClassName
{
color: #DBB54F;
}
.AnyTagClassName
{
color: #DBB54F;
}
</style>
background-color css
<style>
a { background-color: #DBB54F; }
a { background-color: rgb(219,181,79); }
div.DivClassName
{
background-color: #DBB54F;
}
.BgClassName
{
background-color: #DBB54F;
}
</style>
border-color css
<style>
span { border-color: #DBB54F; }
span { border-color: rgb(219,181,79); }
td.TdClassName
{
border-color: #DBB54F;
}
.TagClassName
{
border-color: #DBB54F;
}
</style>