Shades of Rob Roy #DBA64B
Tints of Rob Roy #DBA64B
RGB
CMYK
RGB Variations
Color information
#DBA64B (or 0xDBA64B) is known color: Rob Roy. HEX triplet: DB, A6 and 4B. RGB value is (219,166,75). Sum of RGB (Red+Green+Blue) = 219+166+75=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA64B is #2459B4. Grayscale: #ABABAB. Windows color (decimal): -2382261 or 4957915. OLE color: 4957915.
HSL color Cylindrical-coordinate representation of color #DBA64B: hue angle of 37.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBA64B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 75 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.14 |
| HSL | 37.92º | 0.67% | 0.58% | - |
| HSV(B) | 37.92º | 0.66% | 0.86% | - |
| XYZ | 44.12 | 42.84 | 12.6 | - |
| YUV | 171.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 75 | 0 | 0.24 | 0.66 | 0.14 | 37.92 | 0.67 | 0.58 |
| Hex | DB | A6 | 4B | 0 | 18 | 42 | E | 26 | 43 | 3A |
| Octal | 333 | 246 | 113 | 0 | 30 | 102 | 16 | 46 | 103 | 72 |
| Binary | 11011011 | 10100110 | 1001011 | 0 | 11000 | 1000010 | 1110 | 100110 | 1000011 | 111010 |
Color Harmonies of #DBA64B
Complementary color
Monochromatic Colors of #DBA64B
Black with #DBA64B
Text Example
Text Example
White with #DBA64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA64B; }
p { color: rgb(219,166,75); }
H1.HeaderClassName
{
color: #DBA64B;
}
.AnyTagClassName
{
color: #DBA64B;
}
</style>
background-color css
<style>
a { background-color: #DBA64B; }
a { background-color: rgb(219,166,75); }
div.DivClassName
{
background-color: #DBA64B;
}
.BgClassName
{
background-color: #DBA64B;
}
</style>
border-color css
<style>
span { border-color: #DBA64B; }
span { border-color: rgb(219,166,75); }
td.TdClassName
{
border-color: #DBA64B;
}
.TagClassName
{
border-color: #DBA64B;
}
</style>