Shades of Rob Roy #DBAD4D
Tints of Rob Roy #DBAD4D
RGB
CMYK
RGB Variations
Color information
#DBAD4D (or 0xDBAD4D) is known color: Rob Roy. HEX triplet: DB, AD and 4D. RGB value is (219,173,77). Sum of RGB (Red+Green+Blue) = 219+173+77=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD4D is #2452B2. Grayscale: #B0B0B0. Windows color (decimal): -2380467 or 5090779. OLE color: 5090779.
HSL color Cylindrical-coordinate representation of color #DBAD4D: hue angle of 40.56º degrees, saturation: 0.66, 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 #DBAD4D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 77 | - |
CMYK | 0 | 0.21 | 0.65 | 0.14 |
HSL | 40.56º | 0.66% | 0.58% | - |
HSV(B) | 40.56º | 0.65% | 0.86% | - |
XYZ | 45.5 | 45.48 | 13.4 | - |
YUV | 175.81 | 72.24 | 158.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 77 | 0 | 0.21 | 0.65 | 0.14 | 40.56 | 0.66 | 0.58 |
Hex | DB | AD | 4D | 0 | 15 | 41 | E | 29 | 42 | 3A |
Octal | 333 | 255 | 115 | 0 | 25 | 101 | 16 | 51 | 102 | 72 |
Binary | 11011011 | 10101101 | 1001101 | 0 | 10101 | 1000001 | 1110 | 101001 | 1000010 | 111010 |
Color Harmonies of #DBAD4D
Complementary color
Monochromatic Colors of #DBAD4D
Black with #DBAD4D
Text Example
Text Example
White with #DBAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD4D; }
p { color: rgb(219,173,77); }
H1.HeaderClassName
{
color: #DBAD4D;
}
.AnyTagClassName
{
color: #DBAD4D;
}
</style>
background-color css
<style>
a { background-color: #DBAD4D; }
a { background-color: rgb(219,173,77); }
div.DivClassName
{
background-color: #DBAD4D;
}
.BgClassName
{
background-color: #DBAD4D;
}
</style>
border-color css
<style>
span { border-color: #DBAD4D; }
span { border-color: rgb(219,173,77); }
td.TdClassName
{
border-color: #DBAD4D;
}
.TagClassName
{
border-color: #DBAD4D;
}
</style>