Shades of Rob Roy #DBA44F
Tints of Rob Roy #DBA44F
RGB
CMYK
RGB Variations
Color information
#DBA44F (or 0xDBA44F) is known color: Rob Roy. HEX triplet: DB, A4 and 4F. RGB value is (219,164,79). Sum of RGB (Red+Green+Blue) = 219+164+79=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA44F is #245BB0. Grayscale: #ABABAB. Windows color (decimal): -2382769 or 5219547. OLE color: 5219547.
HSL color Cylindrical-coordinate representation of color #DBA44F: hue angle of 36.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBA44F is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 79 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.14 |
| HSL | 36.43º | 0.66% | 0.58% | - |
| HSV(B) | 36.43º | 0.64% | 0.86% | - |
| XYZ | 43.9 | 42.18 | 13.22 | - |
| YUV | 170.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 79 | 0 | 0.25 | 0.64 | 0.14 | 36.43 | 0.66 | 0.58 |
| Hex | DB | A4 | 4F | 0 | 19 | 40 | E | 24 | 42 | 3A |
| Octal | 333 | 244 | 117 | 0 | 31 | 100 | 16 | 44 | 102 | 72 |
| Binary | 11011011 | 10100100 | 1001111 | 0 | 11001 | 1000000 | 1110 | 100100 | 1000010 | 111010 |
Color Harmonies of #DBA44F
Complementary color
Monochromatic Colors of #DBA44F
Black with #DBA44F
Text Example
Text Example
White with #DBA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA44F; }
p { color: rgb(219,164,79); }
H1.HeaderClassName
{
color: #DBA44F;
}
.AnyTagClassName
{
color: #DBA44F;
}
</style>
background-color css
<style>
a { background-color: #DBA44F; }
a { background-color: rgb(219,164,79); }
div.DivClassName
{
background-color: #DBA44F;
}
.BgClassName
{
background-color: #DBA44F;
}
</style>
border-color css
<style>
span { border-color: #DBA44F; }
span { border-color: rgb(219,164,79); }
td.TdClassName
{
border-color: #DBA44F;
}
.TagClassName
{
border-color: #DBA44F;
}
</style>