Shades of Rob Roy #DFAA5A
Tints of Rob Roy #DFAA5A
RGB
CMYK
RGB Variations
Color information
#DFAA5A (or 0xDFAA5A) is known color: Rob Roy. HEX triplet: DF, AA and 5A. RGB value is (223,170,90). Sum of RGB (Red+Green+Blue) = 223+170+90=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA5A is #2055A5. Grayscale: #B1B1B1. Windows color (decimal): -2119078 or 5941983. OLE color: 5941983.
HSL color Cylindrical-coordinate representation of color #DFAA5A: hue angle of 36.09º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFAA5A is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 90 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.13 |
| HSL | 36.09º | 0.68% | 0.61% | - |
| HSV(B) | 36.09º | 0.6% | 0.87% | - |
| XYZ | 46.65 | 45.18 | 15.93 | - |
| YUV | 176.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 90 | 0 | 0.24 | 0.60 | 0.13 | 36.09 | 0.68 | 0.61 |
| Hex | DF | AA | 5A | 0 | 18 | 3C | D | 24 | 44 | 3D |
| Octal | 337 | 252 | 132 | 0 | 30 | 74 | 15 | 44 | 104 | 75 |
| Binary | 11011111 | 10101010 | 1011010 | 0 | 11000 | 111100 | 1101 | 100100 | 1000100 | 111101 |
Color Harmonies of #DFAA5A
Complementary color
Monochromatic Colors of #DFAA5A
Black with #DFAA5A
Text Example
Text Example
White with #DFAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA5A; }
p { color: rgb(223,170,90); }
H1.HeaderClassName
{
color: #DFAA5A;
}
.AnyTagClassName
{
color: #DFAA5A;
}
</style>
background-color css
<style>
a { background-color: #DFAA5A; }
a { background-color: rgb(223,170,90); }
div.DivClassName
{
background-color: #DFAA5A;
}
.BgClassName
{
background-color: #DFAA5A;
}
</style>
border-color css
<style>
span { border-color: #DFAA5A; }
span { border-color: rgb(223,170,90); }
td.TdClassName
{
border-color: #DFAA5A;
}
.TagClassName
{
border-color: #DFAA5A;
}
</style>