Shades of Rob Roy #DFAA58
Tints of Rob Roy #DFAA58
RGB
CMYK
RGB Variations
Color information
#DFAA58 (or 0xDFAA58) is known color: Rob Roy. HEX triplet: DF, AA and 58. RGB value is (223,170,88). Sum of RGB (Red+Green+Blue) = 223+170+88=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA58 is #2055A7. Grayscale: #B0B0B0. Windows color (decimal): -2119080 or 5810911. OLE color: 5810911.
HSL color Cylindrical-coordinate representation of color #DFAA58: hue angle of 36.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFAA58 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 88 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.13 |
| HSL | 36.44º | 0.68% | 0.61% | - |
| HSV(B) | 36.44º | 0.61% | 0.87% | - |
| XYZ | 46.57 | 45.14 | 15.49 | - |
| YUV | 176.5 | 78.06 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 88 | 0 | 0.24 | 0.61 | 0.13 | 36.44 | 0.68 | 0.61 |
| Hex | DF | AA | 58 | 0 | 18 | 3D | D | 24 | 44 | 3D |
| Octal | 337 | 252 | 130 | 0 | 30 | 75 | 15 | 44 | 104 | 75 |
| Binary | 11011111 | 10101010 | 1011000 | 0 | 11000 | 111101 | 1101 | 100100 | 1000100 | 111101 |
Color Harmonies of #DFAA58
Complementary color
Monochromatic Colors of #DFAA58
Black with #DFAA58
Text Example
Text Example
White with #DFAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA58; }
p { color: rgb(223,170,88); }
H1.HeaderClassName
{
color: #DFAA58;
}
.AnyTagClassName
{
color: #DFAA58;
}
</style>
background-color css
<style>
a { background-color: #DFAA58; }
a { background-color: rgb(223,170,88); }
div.DivClassName
{
background-color: #DFAA58;
}
.BgClassName
{
background-color: #DFAA58;
}
</style>
border-color css
<style>
span { border-color: #DFAA58; }
span { border-color: rgb(223,170,88); }
td.TdClassName
{
border-color: #DFAA58;
}
.TagClassName
{
border-color: #DFAA58;
}
</style>