Shades of Rob Roy #DFA54A
Tints of Rob Roy #DFA54A
RGB
CMYK
RGB Variations
Color information
#DFA54A (or 0xDFA54A) is known color: Rob Roy. HEX triplet: DF, A5 and 4A. RGB value is (223,165,74). Sum of RGB (Red+Green+Blue) = 223+165+74=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA54A is #205AB5. Grayscale: #ACACAC. Windows color (decimal): -2120374 or 4892127. OLE color: 4892127.
HSL color Cylindrical-coordinate representation of color #DFA54A: hue angle of 36.64º 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 #DFA54A is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 74 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.13 |
| HSL | 36.64º | 0.7% | 0.58% | - |
| HSV(B) | 36.64º | 0.67% | 0.87% | - |
| XYZ | 45.12 | 43.09 | 12.42 | - |
| YUV | 171.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 74 | 0 | 0.26 | 0.67 | 0.13 | 36.64 | 0.7 | 0.58 |
| Hex | DF | A5 | 4A | 0 | 1A | 43 | D | 25 | 46 | 3A |
| Octal | 337 | 245 | 112 | 0 | 32 | 103 | 15 | 45 | 106 | 72 |
| Binary | 11011111 | 10100101 | 1001010 | 0 | 11010 | 1000011 | 1101 | 100101 | 1000110 | 111010 |
Color Harmonies of #DFA54A
Complementary color
Monochromatic Colors of #DFA54A
Black with #DFA54A
Text Example
Text Example
White with #DFA54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA54A; }
p { color: rgb(223,165,74); }
H1.HeaderClassName
{
color: #DFA54A;
}
.AnyTagClassName
{
color: #DFA54A;
}
</style>
background-color css
<style>
a { background-color: #DFA54A; }
a { background-color: rgb(223,165,74); }
div.DivClassName
{
background-color: #DFA54A;
}
.BgClassName
{
background-color: #DFA54A;
}
</style>
border-color css
<style>
span { border-color: #DFA54A; }
span { border-color: rgb(223,165,74); }
td.TdClassName
{
border-color: #DFA54A;
}
.TagClassName
{
border-color: #DFA54A;
}
</style>