Shades of Rob Roy #DBAD4A
Tints of Rob Roy #DBAD4A
RGB
CMYK
RGB Variations
Color information
#DBAD4A (or 0xDBAD4A) is known color: Rob Roy. HEX triplet: DB, AD and 4A. RGB value is (219,173,74). Sum of RGB (Red+Green+Blue) = 219+173+74=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD4A is #2452B5. Grayscale: #AFAFAF. Windows color (decimal): -2380470 or 4894171. OLE color: 4894171.
HSL color Cylindrical-coordinate representation of color #DBAD4A: hue angle of 40.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBAD4A is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 74 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.14 |
| HSL | 40.97º | 0.67% | 0.57% | - |
| HSV(B) | 40.97º | 0.66% | 0.86% | - |
| XYZ | 45.39 | 45.44 | 12.86 | - |
| YUV | 175.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 74 | 0 | 0.21 | 0.66 | 0.14 | 40.97 | 0.67 | 0.57 |
| Hex | DB | AD | 4A | 0 | 15 | 42 | E | 29 | 43 | 39 |
| Octal | 333 | 255 | 112 | 0 | 25 | 102 | 16 | 51 | 103 | 71 |
| Binary | 11011011 | 10101101 | 1001010 | 0 | 10101 | 1000010 | 1110 | 101001 | 1000011 | 111001 |
Color Harmonies of #DBAD4A
Complementary color
Monochromatic Colors of #DBAD4A
Black with #DBAD4A
Text Example
Text Example
White with #DBAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD4A; }
p { color: rgb(219,173,74); }
H1.HeaderClassName
{
color: #DBAD4A;
}
.AnyTagClassName
{
color: #DBAD4A;
}
</style>
background-color css
<style>
a { background-color: #DBAD4A; }
a { background-color: rgb(219,173,74); }
div.DivClassName
{
background-color: #DBAD4A;
}
.BgClassName
{
background-color: #DBAD4A;
}
</style>
border-color css
<style>
span { border-color: #DBAD4A; }
span { border-color: rgb(219,173,74); }
td.TdClassName
{
border-color: #DBAD4A;
}
.TagClassName
{
border-color: #DBAD4A;
}
</style>