Shades of Rob Roy #DBA352
Tints of Rob Roy #DBA352
RGB
CMYK
RGB Variations
Color information
#DBA352 (or 0xDBA352) is known color: Rob Roy. HEX triplet: DB, A3 and 52. RGB value is (219,163,82). Sum of RGB (Red+Green+Blue) = 219+163+82=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA352 is #245CAD. Grayscale: #AAAAAA. Windows color (decimal): -2383022 or 5415899. OLE color: 5415899.
HSL color Cylindrical-coordinate representation of color #DBA352: hue angle of 35.47º 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 #DBA352 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 82 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.14 |
| HSL | 35.47º | 0.66% | 0.59% | - |
| HSV(B) | 35.47º | 0.63% | 0.86% | - |
| XYZ | 43.83 | 41.86 | 13.75 | - |
| YUV | 170.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 82 | 0 | 0.26 | 0.63 | 0.14 | 35.47 | 0.66 | 0.59 |
| Hex | DB | A3 | 52 | 0 | 1A | 3F | E | 23 | 42 | 3B |
| Octal | 333 | 243 | 122 | 0 | 32 | 77 | 16 | 43 | 102 | 73 |
| Binary | 11011011 | 10100011 | 1010010 | 0 | 11010 | 111111 | 1110 | 100011 | 1000010 | 111011 |
Color Harmonies of #DBA352
Complementary color
Monochromatic Colors of #DBA352
Black with #DBA352
Text Example
Text Example
White with #DBA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA352; }
p { color: rgb(219,163,82); }
H1.HeaderClassName
{
color: #DBA352;
}
.AnyTagClassName
{
color: #DBA352;
}
</style>
background-color css
<style>
a { background-color: #DBA352; }
a { background-color: rgb(219,163,82); }
div.DivClassName
{
background-color: #DBA352;
}
.BgClassName
{
background-color: #DBA352;
}
</style>
border-color css
<style>
span { border-color: #DBA352; }
span { border-color: rgb(219,163,82); }
td.TdClassName
{
border-color: #DBA352;
}
.TagClassName
{
border-color: #DBA352;
}
</style>