Shades of Rob Roy #DBA449
Tints of Rob Roy #DBA449
RGB
CMYK
RGB Variations
Color information
#DBA449 (or 0xDBA449) is known color: Rob Roy. HEX triplet: DB, A4 and 49. RGB value is (219,164,73). Sum of RGB (Red+Green+Blue) = 219+164+73=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA449 is #245BB6. Grayscale: #AAAAAA. Windows color (decimal): -2382775 or 4826331. OLE color: 4826331.
HSL color Cylindrical-coordinate representation of color #DBA449: hue angle of 37.4º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBA449 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 73 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.14 |
| HSL | 37.4º | 0.67% | 0.57% | - |
| HSV(B) | 37.4º | 0.67% | 0.86% | - |
| XYZ | 43.69 | 42.09 | 12.13 | - |
| YUV | 170.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 73 | 0 | 0.25 | 0.67 | 0.14 | 37.4 | 0.67 | 0.57 |
| Hex | DB | A4 | 49 | 0 | 19 | 43 | E | 25 | 43 | 39 |
| Octal | 333 | 244 | 111 | 0 | 31 | 103 | 16 | 45 | 103 | 71 |
| Binary | 11011011 | 10100100 | 1001001 | 0 | 11001 | 1000011 | 1110 | 100101 | 1000011 | 111001 |
Color Harmonies of #DBA449
Complementary color
Monochromatic Colors of #DBA449
Black with #DBA449
Text Example
Text Example
White with #DBA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA449; }
p { color: rgb(219,164,73); }
H1.HeaderClassName
{
color: #DBA449;
}
.AnyTagClassName
{
color: #DBA449;
}
</style>
background-color css
<style>
a { background-color: #DBA449; }
a { background-color: rgb(219,164,73); }
div.DivClassName
{
background-color: #DBA449;
}
.BgClassName
{
background-color: #DBA449;
}
</style>
border-color css
<style>
span { border-color: #DBA449; }
span { border-color: rgb(219,164,73); }
td.TdClassName
{
border-color: #DBA449;
}
.TagClassName
{
border-color: #DBA449;
}
</style>