Shades of Rob Roy #DBB44F
Tints of Rob Roy #DBB44F
RGB
CMYK
RGB Variations
Color information
#DBB44F (or 0xDBB44F) is known color: Rob Roy. HEX triplet: DB, B4 and 4F. RGB value is (219,180,79). Sum of RGB (Red+Green+Blue) = 219+180+79=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB44F is #244BB0. Grayscale: #B4B4B4. Windows color (decimal): -2378673 or 5223643. OLE color: 5223643.
HSL color Cylindrical-coordinate representation of color #DBB44F: hue angle of 43.29º 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 #DBB44F is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 79 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.14 |
| HSL | 43.29º | 0.66% | 0.58% | - |
| HSV(B) | 43.29º | 0.64% | 0.86% | - |
| XYZ | 46.95 | 48.27 | 14.24 | - |
| YUV | 180.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 79 | 0 | 0.18 | 0.64 | 0.14 | 43.29 | 0.66 | 0.58 |
| Hex | DB | B4 | 4F | 0 | 12 | 40 | E | 2B | 42 | 3A |
| Octal | 333 | 264 | 117 | 0 | 22 | 100 | 16 | 53 | 102 | 72 |
| Binary | 11011011 | 10110100 | 1001111 | 0 | 10010 | 1000000 | 1110 | 101011 | 1000010 | 111010 |
Color Harmonies of #DBB44F
Complementary color
Monochromatic Colors of #DBB44F
Black with #DBB44F
Text Example
Text Example
White with #DBB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB44F; }
p { color: rgb(219,180,79); }
H1.HeaderClassName
{
color: #DBB44F;
}
.AnyTagClassName
{
color: #DBB44F;
}
</style>
background-color css
<style>
a { background-color: #DBB44F; }
a { background-color: rgb(219,180,79); }
div.DivClassName
{
background-color: #DBB44F;
}
.BgClassName
{
background-color: #DBB44F;
}
</style>
border-color css
<style>
span { border-color: #DBB44F; }
span { border-color: rgb(219,180,79); }
td.TdClassName
{
border-color: #DBB44F;
}
.TagClassName
{
border-color: #DBB44F;
}
</style>