Shades of Rob Roy #DBA84B
Tints of Rob Roy #DBA84B
RGB
CMYK
RGB Variations
Color information
#DBA84B (or 0xDBA84B) is known color: Rob Roy. HEX triplet: DB, A8 and 4B. RGB value is (219,168,75). Sum of RGB (Red+Green+Blue) = 219+168+75=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA84B is #2457B4. Grayscale: #ADADAD. Windows color (decimal): -2381749 or 4958427. OLE color: 4958427.
HSL color Cylindrical-coordinate representation of color #DBA84B: hue angle of 38.75º 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 #DBA84B is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 75 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.14 |
| HSL | 38.75º | 0.67% | 0.58% | - |
| HSV(B) | 38.75º | 0.66% | 0.86% | - |
| XYZ | 44.49 | 43.57 | 12.72 | - |
| YUV | 172.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 75 | 0 | 0.23 | 0.66 | 0.14 | 38.75 | 0.67 | 0.58 |
| Hex | DB | A8 | 4B | 0 | 17 | 42 | E | 27 | 43 | 3A |
| Octal | 333 | 250 | 113 | 0 | 27 | 102 | 16 | 47 | 103 | 72 |
| Binary | 11011011 | 10101000 | 1001011 | 0 | 10111 | 1000010 | 1110 | 100111 | 1000011 | 111010 |
Color Harmonies of #DBA84B
Complementary color
Monochromatic Colors of #DBA84B
Black with #DBA84B
Text Example
Text Example
White with #DBA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA84B; }
p { color: rgb(219,168,75); }
H1.HeaderClassName
{
color: #DBA84B;
}
.AnyTagClassName
{
color: #DBA84B;
}
</style>
background-color css
<style>
a { background-color: #DBA84B; }
a { background-color: rgb(219,168,75); }
div.DivClassName
{
background-color: #DBA84B;
}
.BgClassName
{
background-color: #DBA84B;
}
</style>
border-color css
<style>
span { border-color: #DBA84B; }
span { border-color: rgb(219,168,75); }
td.TdClassName
{
border-color: #DBA84B;
}
.TagClassName
{
border-color: #DBA84B;
}
</style>