Shades of Rob Roy #DBAD4F
Tints of Rob Roy #DBAD4F
RGB
CMYK
RGB Variations
Color information
#DBAD4F (or 0xDBAD4F) is known color: Rob Roy. HEX triplet: DB, AD and 4F. RGB value is (219,173,79). Sum of RGB (Red+Green+Blue) = 219+173+79=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD4F is #2452B0. Grayscale: #B0B0B0. Windows color (decimal): -2380465 or 5221851. OLE color: 5221851.
HSL color Cylindrical-coordinate representation of color #DBAD4F: hue angle of 40.29º 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 #DBAD4F is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 79 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.14 |
| HSL | 40.29º | 0.66% | 0.58% | - |
| HSV(B) | 40.29º | 0.64% | 0.86% | - |
| XYZ | 45.57 | 45.51 | 13.78 | - |
| YUV | 176.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 79 | 0 | 0.21 | 0.64 | 0.14 | 40.29 | 0.66 | 0.58 |
| Hex | DB | AD | 4F | 0 | 15 | 40 | E | 28 | 42 | 3A |
| Octal | 333 | 255 | 117 | 0 | 25 | 100 | 16 | 50 | 102 | 72 |
| Binary | 11011011 | 10101101 | 1001111 | 0 | 10101 | 1000000 | 1110 | 101000 | 1000010 | 111010 |
Color Harmonies of #DBAD4F
Complementary color
Monochromatic Colors of #DBAD4F
Black with #DBAD4F
Text Example
Text Example
White with #DBAD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD4F; }
p { color: rgb(219,173,79); }
H1.HeaderClassName
{
color: #DBAD4F;
}
.AnyTagClassName
{
color: #DBAD4F;
}
</style>
background-color css
<style>
a { background-color: #DBAD4F; }
a { background-color: rgb(219,173,79); }
div.DivClassName
{
background-color: #DBAD4F;
}
.BgClassName
{
background-color: #DBAD4F;
}
</style>
border-color css
<style>
span { border-color: #DBAD4F; }
span { border-color: rgb(219,173,79); }
td.TdClassName
{
border-color: #DBAD4F;
}
.TagClassName
{
border-color: #DBAD4F;
}
</style>