Shades of Rob Roy #DFA555
Tints of Rob Roy #DFA555
RGB
CMYK
RGB Variations
Color information
#DFA555 (or 0xDFA555) is known color: Rob Roy. HEX triplet: DF, A5 and 55. RGB value is (223,165,85). Sum of RGB (Red+Green+Blue) = 223+165+85=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA555 is #205AAA. Grayscale: #ADADAD. Windows color (decimal): -2120363 or 5613023. OLE color: 5613023.
HSL color Cylindrical-coordinate representation of color #DFA555: hue angle of 34.78º 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 #DFA555 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 85 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.13 |
| HSL | 34.78º | 0.68% | 0.6% | - |
| HSV(B) | 34.78º | 0.62% | 0.87% | - |
| XYZ | 45.53 | 43.25 | 14.54 | - |
| YUV | 173.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 85 | 0 | 0.26 | 0.62 | 0.13 | 34.78 | 0.68 | 0.6 |
| Hex | DF | A5 | 55 | 0 | 1A | 3E | D | 23 | 44 | 3C |
| Octal | 337 | 245 | 125 | 0 | 32 | 76 | 15 | 43 | 104 | 74 |
| Binary | 11011111 | 10100101 | 1010101 | 0 | 11010 | 111110 | 1101 | 100011 | 1000100 | 111100 |
Color Harmonies of #DFA555
Complementary color
Monochromatic Colors of #DFA555
Black with #DFA555
Text Example
Text Example
White with #DFA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA555; }
p { color: rgb(223,165,85); }
H1.HeaderClassName
{
color: #DFA555;
}
.AnyTagClassName
{
color: #DFA555;
}
</style>
background-color css
<style>
a { background-color: #DFA555; }
a { background-color: rgb(223,165,85); }
div.DivClassName
{
background-color: #DFA555;
}
.BgClassName
{
background-color: #DFA555;
}
</style>
border-color css
<style>
span { border-color: #DFA555; }
span { border-color: rgb(223,165,85); }
td.TdClassName
{
border-color: #DFA555;
}
.TagClassName
{
border-color: #DFA555;
}
</style>