Shades of Rob Roy #DBA74B
Tints of Rob Roy #DBA74B
RGB
CMYK
RGB Variations
Color information
#DBA74B (or 0xDBA74B) is known color: Rob Roy. HEX triplet: DB, A7 and 4B. RGB value is (219,167,75). Sum of RGB (Red+Green+Blue) = 219+167+75=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA74B is #2458B4. Grayscale: #ACACAC. Windows color (decimal): -2382005 or 4958171. OLE color: 4958171.
HSL color Cylindrical-coordinate representation of color #DBA74B: hue angle of 38.33º 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 #DBA74B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 75 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.14 |
| HSL | 38.33º | 0.67% | 0.58% | - |
| HSV(B) | 38.33º | 0.66% | 0.86% | - |
| XYZ | 44.3 | 43.21 | 12.66 | - |
| YUV | 172.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 75 | 0 | 0.24 | 0.66 | 0.14 | 38.33 | 0.67 | 0.58 |
| Hex | DB | A7 | 4B | 0 | 18 | 42 | E | 26 | 43 | 3A |
| Octal | 333 | 247 | 113 | 0 | 30 | 102 | 16 | 46 | 103 | 72 |
| Binary | 11011011 | 10100111 | 1001011 | 0 | 11000 | 1000010 | 1110 | 100110 | 1000011 | 111010 |
Color Harmonies of #DBA74B
Complementary color
Monochromatic Colors of #DBA74B
Black with #DBA74B
Text Example
Text Example
White with #DBA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA74B; }
p { color: rgb(219,167,75); }
H1.HeaderClassName
{
color: #DBA74B;
}
.AnyTagClassName
{
color: #DBA74B;
}
</style>
background-color css
<style>
a { background-color: #DBA74B; }
a { background-color: rgb(219,167,75); }
div.DivClassName
{
background-color: #DBA74B;
}
.BgClassName
{
background-color: #DBA74B;
}
</style>
border-color css
<style>
span { border-color: #DBA74B; }
span { border-color: rgb(219,167,75); }
td.TdClassName
{
border-color: #DBA74B;
}
.TagClassName
{
border-color: #DBA74B;
}
</style>