Shades of Rob Roy #DFAA4A
Tints of Rob Roy #DFAA4A
RGB
CMYK
RGB Variations
Color information
#DFAA4A (or 0xDFAA4A) is known color: Rob Roy. HEX triplet: DF, AA and 4A. RGB value is (223,170,74). Sum of RGB (Red+Green+Blue) = 223+170+74=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA4A is #2055B5. Grayscale: #AFAFAF. Windows color (decimal): -2119094 or 4893407. OLE color: 4893407.
HSL color Cylindrical-coordinate representation of color #DFAA4A: hue angle of 38.66º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFAA4A is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 74 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.13 |
| HSL | 38.66º | 0.7% | 0.58% | - |
| HSV(B) | 38.66º | 0.67% | 0.87% | - |
| XYZ | 46.04 | 44.93 | 12.72 | - |
| YUV | 174.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 74 | 0 | 0.24 | 0.67 | 0.13 | 38.66 | 0.7 | 0.58 |
| Hex | DF | AA | 4A | 0 | 18 | 43 | D | 27 | 46 | 3A |
| Octal | 337 | 252 | 112 | 0 | 30 | 103 | 15 | 47 | 106 | 72 |
| Binary | 11011111 | 10101010 | 1001010 | 0 | 11000 | 1000011 | 1101 | 100111 | 1000110 | 111010 |
Color Harmonies of #DFAA4A
Complementary color
Monochromatic Colors of #DFAA4A
Black with #DFAA4A
Text Example
Text Example
White with #DFAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA4A; }
p { color: rgb(223,170,74); }
H1.HeaderClassName
{
color: #DFAA4A;
}
.AnyTagClassName
{
color: #DFAA4A;
}
</style>
background-color css
<style>
a { background-color: #DFAA4A; }
a { background-color: rgb(223,170,74); }
div.DivClassName
{
background-color: #DFAA4A;
}
.BgClassName
{
background-color: #DFAA4A;
}
</style>
border-color css
<style>
span { border-color: #DFAA4A; }
span { border-color: rgb(223,170,74); }
td.TdClassName
{
border-color: #DFAA4A;
}
.TagClassName
{
border-color: #DFAA4A;
}
</style>