Shades of Rob Roy #DFAD55
Tints of Rob Roy #DFAD55
RGB
CMYK
RGB Variations
Color information
#DFAD55 (or 0xDFAD55) is known color: Rob Roy. HEX triplet: DF, AD and 55. RGB value is (223,173,85). Sum of RGB (Red+Green+Blue) = 223+173+85=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD55 is #2052AA. Grayscale: #B2B2B2. Windows color (decimal): -2118315 or 5615071. OLE color: 5615071.
HSL color Cylindrical-coordinate representation of color #DFAD55: hue angle of 38.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFAD55 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 85 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.13 |
| HSL | 38.26º | 0.68% | 0.6% | - |
| HSV(B) | 38.26º | 0.62% | 0.87% | - |
| XYZ | 47.01 | 46.23 | 15.04 | - |
| YUV | 177.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 85 | 0 | 0.22 | 0.62 | 0.13 | 38.26 | 0.68 | 0.6 |
| Hex | DF | AD | 55 | 0 | 16 | 3E | D | 26 | 44 | 3C |
| Octal | 337 | 255 | 125 | 0 | 26 | 76 | 15 | 46 | 104 | 74 |
| Binary | 11011111 | 10101101 | 1010101 | 0 | 10110 | 111110 | 1101 | 100110 | 1000100 | 111100 |
Color Harmonies of #DFAD55
Complementary color
Monochromatic Colors of #DFAD55
Black with #DFAD55
Text Example
Text Example
White with #DFAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD55; }
p { color: rgb(223,173,85); }
H1.HeaderClassName
{
color: #DFAD55;
}
.AnyTagClassName
{
color: #DFAD55;
}
</style>
background-color css
<style>
a { background-color: #DFAD55; }
a { background-color: rgb(223,173,85); }
div.DivClassName
{
background-color: #DFAD55;
}
.BgClassName
{
background-color: #DFAD55;
}
</style>
border-color css
<style>
span { border-color: #DFAD55; }
span { border-color: rgb(223,173,85); }
td.TdClassName
{
border-color: #DFAD55;
}
.TagClassName
{
border-color: #DFAD55;
}
</style>