Shades of Rob Roy #DBA450
Tints of Rob Roy #DBA450
RGB
CMYK
RGB Variations
Color information
#DBA450 (or 0xDBA450) is known color: Rob Roy. HEX triplet: DB, A4 and 50. RGB value is (219,164,80). Sum of RGB (Red+Green+Blue) = 219+164+80=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA450 is #245BAF. Grayscale: #ABABAB. Windows color (decimal): -2382768 or 5285083. OLE color: 5285083.
HSL color Cylindrical-coordinate representation of color #DBA450: hue angle of 36.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBA450 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 80 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.14 |
| HSL | 36.26º | 0.66% | 0.59% | - |
| HSV(B) | 36.26º | 0.63% | 0.86% | - |
| XYZ | 43.94 | 42.19 | 13.42 | - |
| YUV | 170.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 80 | 0 | 0.25 | 0.63 | 0.14 | 36.26 | 0.66 | 0.59 |
| Hex | DB | A4 | 50 | 0 | 19 | 3F | E | 24 | 42 | 3B |
| Octal | 333 | 244 | 120 | 0 | 31 | 77 | 16 | 44 | 102 | 73 |
| Binary | 11011011 | 10100100 | 1010000 | 0 | 11001 | 111111 | 1110 | 100100 | 1000010 | 111011 |
Color Harmonies of #DBA450
Complementary color
Monochromatic Colors of #DBA450
Black with #DBA450
Text Example
Text Example
White with #DBA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA450; }
p { color: rgb(219,164,80); }
H1.HeaderClassName
{
color: #DBA450;
}
.AnyTagClassName
{
color: #DBA450;
}
</style>
background-color css
<style>
a { background-color: #DBA450; }
a { background-color: rgb(219,164,80); }
div.DivClassName
{
background-color: #DBA450;
}
.BgClassName
{
background-color: #DBA450;
}
</style>
border-color css
<style>
span { border-color: #DBA450; }
span { border-color: rgb(219,164,80); }
td.TdClassName
{
border-color: #DBA450;
}
.TagClassName
{
border-color: #DBA450;
}
</style>