Shades of Rob Roy #DBB74C
Tints of Rob Roy #DBB74C
RGB
CMYK
RGB Variations
Color information
#DBB74C (or 0xDBB74C) is known color: Rob Roy. HEX triplet: DB, B7 and 4C. RGB value is (219,183,76). Sum of RGB (Red+Green+Blue) = 219+183+76=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB74C is #2448B3. Grayscale: #B6B6B6. Windows color (decimal): -2377908 or 5027803. OLE color: 5027803.
HSL color Cylindrical-coordinate representation of color #DBB74C: hue angle of 44.9º 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 #DBB74C is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 76 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.14 |
| HSL | 44.9º | 0.67% | 0.58% | - |
| HSV(B) | 44.9º | 0.65% | 0.86% | - |
| XYZ | 47.45 | 49.45 | 13.88 | - |
| YUV | 181.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 76 | 0 | 0.16 | 0.65 | 0.14 | 44.9 | 0.67 | 0.58 |
| Hex | DB | B7 | 4C | 0 | 10 | 41 | E | 2D | 43 | 3A |
| Octal | 333 | 267 | 114 | 0 | 20 | 101 | 16 | 55 | 103 | 72 |
| Binary | 11011011 | 10110111 | 1001100 | 0 | 10000 | 1000001 | 1110 | 101101 | 1000011 | 111010 |
Color Harmonies of #DBB74C
Complementary color
Monochromatic Colors of #DBB74C
Black with #DBB74C
Text Example
Text Example
White with #DBB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB74C; }
p { color: rgb(219,183,76); }
H1.HeaderClassName
{
color: #DBB74C;
}
.AnyTagClassName
{
color: #DBB74C;
}
</style>
background-color css
<style>
a { background-color: #DBB74C; }
a { background-color: rgb(219,183,76); }
div.DivClassName
{
background-color: #DBB74C;
}
.BgClassName
{
background-color: #DBB74C;
}
</style>
border-color css
<style>
span { border-color: #DBB74C; }
span { border-color: rgb(219,183,76); }
td.TdClassName
{
border-color: #DBB74C;
}
.TagClassName
{
border-color: #DBB74C;
}
</style>