Shades of Rob Roy #DFAA5B
Tints of Rob Roy #DFAA5B
RGB
CMYK
RGB Variations
Color information
#DFAA5B (or 0xDFAA5B) is known color: Rob Roy. HEX triplet: DF, AA and 5B. RGB value is (223,170,91). Sum of RGB (Red+Green+Blue) = 223+170+91=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA5B is #2055A4. Grayscale: #B1B1B1. Windows color (decimal): -2119077 or 6007519. OLE color: 6007519.
HSL color Cylindrical-coordinate representation of color #DFAA5B: hue angle of 35.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFAA5B is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 91 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.13 |
| HSL | 35.91º | 0.67% | 0.62% | - |
| HSV(B) | 35.91º | 0.59% | 0.87% | - |
| XYZ | 46.69 | 45.19 | 16.16 | - |
| YUV | 176.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 91 | 0 | 0.24 | 0.59 | 0.13 | 35.91 | 0.67 | 0.62 |
| Hex | DF | AA | 5B | 0 | 18 | 3B | D | 24 | 43 | 3E |
| Octal | 337 | 252 | 133 | 0 | 30 | 73 | 15 | 44 | 103 | 76 |
| Binary | 11011111 | 10101010 | 1011011 | 0 | 11000 | 111011 | 1101 | 100100 | 1000011 | 111110 |
Color Harmonies of #DFAA5B
Complementary color
Monochromatic Colors of #DFAA5B
Black with #DFAA5B
Text Example
Text Example
White with #DFAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA5B; }
p { color: rgb(223,170,91); }
H1.HeaderClassName
{
color: #DFAA5B;
}
.AnyTagClassName
{
color: #DFAA5B;
}
</style>
background-color css
<style>
a { background-color: #DFAA5B; }
a { background-color: rgb(223,170,91); }
div.DivClassName
{
background-color: #DFAA5B;
}
.BgClassName
{
background-color: #DFAA5B;
}
</style>
border-color css
<style>
span { border-color: #DFAA5B; }
span { border-color: rgb(223,170,91); }
td.TdClassName
{
border-color: #DFAA5B;
}
.TagClassName
{
border-color: #DFAA5B;
}
</style>