Shades of Rob Roy #DBA54B
Tints of Rob Roy #DBA54B
RGB
CMYK
RGB Variations
Color information
#DBA54B (or 0xDBA54B) is known color: Rob Roy. HEX triplet: DB, A5 and 4B. RGB value is (219,165,75). Sum of RGB (Red+Green+Blue) = 219+165+75=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA54B is #245AB4. Grayscale: #ABABAB. Windows color (decimal): -2382517 or 4957659. OLE color: 4957659.
HSL color Cylindrical-coordinate representation of color #DBA54B: hue angle of 37.5º 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 #DBA54B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 75 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.14 |
| HSL | 37.5º | 0.67% | 0.58% | - |
| HSV(B) | 37.5º | 0.66% | 0.86% | - |
| XYZ | 43.94 | 42.48 | 12.54 | - |
| YUV | 170.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 75 | 0 | 0.25 | 0.66 | 0.14 | 37.5 | 0.67 | 0.58 |
| Hex | DB | A5 | 4B | 0 | 19 | 42 | E | 26 | 43 | 3A |
| Octal | 333 | 245 | 113 | 0 | 31 | 102 | 16 | 46 | 103 | 72 |
| Binary | 11011011 | 10100101 | 1001011 | 0 | 11001 | 1000010 | 1110 | 100110 | 1000011 | 111010 |
Color Harmonies of #DBA54B
Complementary color
Monochromatic Colors of #DBA54B
Black with #DBA54B
Text Example
Text Example
White with #DBA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA54B; }
p { color: rgb(219,165,75); }
H1.HeaderClassName
{
color: #DBA54B;
}
.AnyTagClassName
{
color: #DBA54B;
}
</style>
background-color css
<style>
a { background-color: #DBA54B; }
a { background-color: rgb(219,165,75); }
div.DivClassName
{
background-color: #DBA54B;
}
.BgClassName
{
background-color: #DBA54B;
}
</style>
border-color css
<style>
span { border-color: #DBA54B; }
span { border-color: rgb(219,165,75); }
td.TdClassName
{
border-color: #DBA54B;
}
.TagClassName
{
border-color: #DBA54B;
}
</style>