Shades of Rob Roy #DBA95C
Tints of Rob Roy #DBA95C
RGB
CMYK
RGB Variations
Color information
#DBA95C (or 0xDBA95C) is known color: Rob Roy. HEX triplet: DB, A9 and 5C. RGB value is (219,169,92). Sum of RGB (Red+Green+Blue) = 219+169+92=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA95C is #2456A3. Grayscale: #AFAFAF. Windows color (decimal): -2381476 or 6072795. OLE color: 6072795.
HSL color Cylindrical-coordinate representation of color #DBA95C: hue angle of 36.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBA95C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 92 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.14 |
| HSL | 36.38º | 0.64% | 0.61% | - |
| HSV(B) | 36.38º | 0.58% | 0.86% | - |
| XYZ | 45.33 | 44.21 | 16.27 | - |
| YUV | 175.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 92 | 0 | 0.23 | 0.58 | 0.14 | 36.38 | 0.64 | 0.61 |
| Hex | DB | A9 | 5C | 0 | 17 | 3A | E | 24 | 40 | 3D |
| Octal | 333 | 251 | 134 | 0 | 27 | 72 | 16 | 44 | 100 | 75 |
| Binary | 11011011 | 10101001 | 1011100 | 0 | 10111 | 111010 | 1110 | 100100 | 1000000 | 111101 |
Color Harmonies of #DBA95C
Complementary color
Monochromatic Colors of #DBA95C
Black with #DBA95C
Text Example
Text Example
White with #DBA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA95C; }
p { color: rgb(219,169,92); }
H1.HeaderClassName
{
color: #DBA95C;
}
.AnyTagClassName
{
color: #DBA95C;
}
</style>
background-color css
<style>
a { background-color: #DBA95C; }
a { background-color: rgb(219,169,92); }
div.DivClassName
{
background-color: #DBA95C;
}
.BgClassName
{
background-color: #DBA95C;
}
</style>
border-color css
<style>
span { border-color: #DBA95C; }
span { border-color: rgb(219,169,92); }
td.TdClassName
{
border-color: #DBA95C;
}
.TagClassName
{
border-color: #DBA95C;
}
</style>