Shades of Rob Roy #DBA353
Tints of Rob Roy #DBA353
RGB
CMYK
RGB Variations
Color information
#DBA353 (or 0xDBA353) is known color: Rob Roy. HEX triplet: DB, A3 and 53. RGB value is (219,163,83). Sum of RGB (Red+Green+Blue) = 219+163+83=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA353 is #245CAC. Grayscale: #ABABAB. Windows color (decimal): -2383021 or 5481435. OLE color: 5481435.
HSL color Cylindrical-coordinate representation of color #DBA353: hue angle of 35.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBA353 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 83 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.14 |
| HSL | 35.29º | 0.65% | 0.59% | - |
| HSV(B) | 35.29º | 0.62% | 0.86% | - |
| XYZ | 43.87 | 41.88 | 13.95 | - |
| YUV | 170.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 83 | 0 | 0.26 | 0.62 | 0.14 | 35.29 | 0.65 | 0.59 |
| Hex | DB | A3 | 53 | 0 | 1A | 3E | E | 23 | 41 | 3B |
| Octal | 333 | 243 | 123 | 0 | 32 | 76 | 16 | 43 | 101 | 73 |
| Binary | 11011011 | 10100011 | 1010011 | 0 | 11010 | 111110 | 1110 | 100011 | 1000001 | 111011 |
Color Harmonies of #DBA353
Complementary color
Monochromatic Colors of #DBA353
Black with #DBA353
Text Example
Text Example
White with #DBA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA353; }
p { color: rgb(219,163,83); }
H1.HeaderClassName
{
color: #DBA353;
}
.AnyTagClassName
{
color: #DBA353;
}
</style>
background-color css
<style>
a { background-color: #DBA353; }
a { background-color: rgb(219,163,83); }
div.DivClassName
{
background-color: #DBA353;
}
.BgClassName
{
background-color: #DBA353;
}
</style>
border-color css
<style>
span { border-color: #DBA353; }
span { border-color: rgb(219,163,83); }
td.TdClassName
{
border-color: #DBA353;
}
.TagClassName
{
border-color: #DBA353;
}
</style>