Shades of Rob Roy #DBA54C
Tints of Rob Roy #DBA54C
RGB
CMYK
RGB Variations
Color information
#DBA54C (or 0xDBA54C) is known color: Rob Roy. HEX triplet: DB, A5 and 4C. RGB value is (219,165,76). Sum of RGB (Red+Green+Blue) = 219+165+76=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA54C is #245AB3. Grayscale: #ABABAB. Windows color (decimal): -2382516 or 5023195. OLE color: 5023195.
HSL color Cylindrical-coordinate representation of color #DBA54C: hue angle of 37.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBA54C is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 76 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.14 |
| HSL | 37.34º | 0.67% | 0.58% | - |
| HSV(B) | 37.34º | 0.65% | 0.86% | - |
| XYZ | 43.97 | 42.49 | 12.72 | - |
| YUV | 171 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 76 | 0 | 0.25 | 0.65 | 0.14 | 37.34 | 0.67 | 0.58 |
| Hex | DB | A5 | 4C | 0 | 19 | 41 | E | 25 | 43 | 3A |
| Octal | 333 | 245 | 114 | 0 | 31 | 101 | 16 | 45 | 103 | 72 |
| Binary | 11011011 | 10100101 | 1001100 | 0 | 11001 | 1000001 | 1110 | 100101 | 1000011 | 111010 |
Color Harmonies of #DBA54C
Complementary color
Monochromatic Colors of #DBA54C
Black with #DBA54C
Text Example
Text Example
White with #DBA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA54C; }
p { color: rgb(219,165,76); }
H1.HeaderClassName
{
color: #DBA54C;
}
.AnyTagClassName
{
color: #DBA54C;
}
</style>
background-color css
<style>
a { background-color: #DBA54C; }
a { background-color: rgb(219,165,76); }
div.DivClassName
{
background-color: #DBA54C;
}
.BgClassName
{
background-color: #DBA54C;
}
</style>
border-color css
<style>
span { border-color: #DBA54C; }
span { border-color: rgb(219,165,76); }
td.TdClassName
{
border-color: #DBA54C;
}
.TagClassName
{
border-color: #DBA54C;
}
</style>