Shades of Rob Roy #DBAB5C
Tints of Rob Roy #DBAB5C
RGB
CMYK
RGB Variations
Color information
#DBAB5C (or 0xDBAB5C) is known color: Rob Roy. HEX triplet: DB, AB and 5C. RGB value is (219,171,92). Sum of RGB (Red+Green+Blue) = 219+171+92=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB5C is #2454A3. Grayscale: #B0B0B0. Windows color (decimal): -2380964 or 6073307. OLE color: 6073307.
HSL color Cylindrical-coordinate representation of color #DBAB5C: hue angle of 37.32º 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 #DBAB5C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 92 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.14 |
| HSL | 37.32º | 0.64% | 0.61% | - |
| HSV(B) | 37.32º | 0.58% | 0.86% | - |
| XYZ | 45.71 | 44.96 | 16.39 | - |
| YUV | 176.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 92 | 0 | 0.22 | 0.58 | 0.14 | 37.32 | 0.64 | 0.61 |
| Hex | DB | AB | 5C | 0 | 16 | 3A | E | 25 | 40 | 3D |
| Octal | 333 | 253 | 134 | 0 | 26 | 72 | 16 | 45 | 100 | 75 |
| Binary | 11011011 | 10101011 | 1011100 | 0 | 10110 | 111010 | 1110 | 100101 | 1000000 | 111101 |
Color Harmonies of #DBAB5C
Complementary color
Monochromatic Colors of #DBAB5C
Black with #DBAB5C
Text Example
Text Example
White with #DBAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB5C; }
p { color: rgb(219,171,92); }
H1.HeaderClassName
{
color: #DBAB5C;
}
.AnyTagClassName
{
color: #DBAB5C;
}
</style>
background-color css
<style>
a { background-color: #DBAB5C; }
a { background-color: rgb(219,171,92); }
div.DivClassName
{
background-color: #DBAB5C;
}
.BgClassName
{
background-color: #DBAB5C;
}
</style>
border-color css
<style>
span { border-color: #DBAB5C; }
span { border-color: rgb(219,171,92); }
td.TdClassName
{
border-color: #DBAB5C;
}
.TagClassName
{
border-color: #DBAB5C;
}
</style>