Shades of Rob Roy #DBB44C
Tints of Rob Roy #DBB44C
RGB
CMYK
RGB Variations
Color information
#DBB44C (or 0xDBB44C) is known color: Rob Roy. HEX triplet: DB, B4 and 4C. RGB value is (219,180,76). Sum of RGB (Red+Green+Blue) = 219+180+76=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB44C is #244BB3. Grayscale: #B4B4B4. Windows color (decimal): -2378676 or 5027035. OLE color: 5027035.
HSL color Cylindrical-coordinate representation of color #DBB44C: hue angle of 43.64º 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 #DBB44C is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 76 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.14 |
| HSL | 43.64º | 0.67% | 0.58% | - |
| HSV(B) | 43.64º | 0.65% | 0.86% | - |
| XYZ | 46.84 | 48.22 | 13.68 | - |
| YUV | 179.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 76 | 0 | 0.18 | 0.65 | 0.14 | 43.64 | 0.67 | 0.58 |
| Hex | DB | B4 | 4C | 0 | 12 | 41 | E | 2C | 43 | 3A |
| Octal | 333 | 264 | 114 | 0 | 22 | 101 | 16 | 54 | 103 | 72 |
| Binary | 11011011 | 10110100 | 1001100 | 0 | 10010 | 1000001 | 1110 | 101100 | 1000011 | 111010 |
Color Harmonies of #DBB44C
Complementary color
Monochromatic Colors of #DBB44C
Black with #DBB44C
Text Example
Text Example
White with #DBB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB44C; }
p { color: rgb(219,180,76); }
H1.HeaderClassName
{
color: #DBB44C;
}
.AnyTagClassName
{
color: #DBB44C;
}
</style>
background-color css
<style>
a { background-color: #DBB44C; }
a { background-color: rgb(219,180,76); }
div.DivClassName
{
background-color: #DBB44C;
}
.BgClassName
{
background-color: #DBB44C;
}
</style>
border-color css
<style>
span { border-color: #DBB44C; }
span { border-color: rgb(219,180,76); }
td.TdClassName
{
border-color: #DBB44C;
}
.TagClassName
{
border-color: #DBB44C;
}
</style>