Shades of Rob Roy #DBAD4C
Tints of Rob Roy #DBAD4C
RGB
CMYK
RGB Variations
Color information
#DBAD4C (or 0xDBAD4C) is known color: Rob Roy. HEX triplet: DB, AD and 4C. RGB value is (219,173,76). Sum of RGB (Red+Green+Blue) = 219+173+76=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD4C is #2452B3. Grayscale: #B0B0B0. Windows color (decimal): -2380468 or 5025243. OLE color: 5025243.
HSL color Cylindrical-coordinate representation of color #DBAD4C: hue angle of 40.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBAD4C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 76 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.14 |
| HSL | 40.7º | 0.67% | 0.58% | - |
| HSV(B) | 40.7º | 0.65% | 0.86% | - |
| XYZ | 45.46 | 45.47 | 13.22 | - |
| YUV | 175.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 76 | 0 | 0.21 | 0.65 | 0.14 | 40.7 | 0.67 | 0.58 |
| Hex | DB | AD | 4C | 0 | 15 | 41 | E | 29 | 43 | 3A |
| Octal | 333 | 255 | 114 | 0 | 25 | 101 | 16 | 51 | 103 | 72 |
| Binary | 11011011 | 10101101 | 1001100 | 0 | 10101 | 1000001 | 1110 | 101001 | 1000011 | 111010 |
Color Harmonies of #DBAD4C
Complementary color
Monochromatic Colors of #DBAD4C
Black with #DBAD4C
Text Example
Text Example
White with #DBAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD4C; }
p { color: rgb(219,173,76); }
H1.HeaderClassName
{
color: #DBAD4C;
}
.AnyTagClassName
{
color: #DBAD4C;
}
</style>
background-color css
<style>
a { background-color: #DBAD4C; }
a { background-color: rgb(219,173,76); }
div.DivClassName
{
background-color: #DBAD4C;
}
.BgClassName
{
background-color: #DBAD4C;
}
</style>
border-color css
<style>
span { border-color: #DBAD4C; }
span { border-color: rgb(219,173,76); }
td.TdClassName
{
border-color: #DBAD4C;
}
.TagClassName
{
border-color: #DBAD4C;
}
</style>