Shades of Rob Roy #DFA44E
Tints of Rob Roy #DFA44E
RGB
CMYK
RGB Variations
Color information
#DFA44E (or 0xDFA44E) is known color: Rob Roy. HEX triplet: DF, A4 and 4E. RGB value is (223,164,78). Sum of RGB (Red+Green+Blue) = 223+164+78=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA44E is #205BB1. Grayscale: #ACACAC. Windows color (decimal): -2120626 or 5154015. OLE color: 5154015.
HSL color Cylindrical-coordinate representation of color #DFA44E: hue angle of 35.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFA44E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 78 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.13 |
| HSL | 35.59º | 0.69% | 0.59% | - |
| HSV(B) | 35.59º | 0.65% | 0.87% | - |
| XYZ | 45.08 | 42.79 | 13.09 | - |
| YUV | 171.84 | 75.05 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 78 | 0 | 0.26 | 0.65 | 0.13 | 35.59 | 0.69 | 0.59 |
| Hex | DF | A4 | 4E | 0 | 1A | 41 | D | 24 | 45 | 3B |
| Octal | 337 | 244 | 116 | 0 | 32 | 101 | 15 | 44 | 105 | 73 |
| Binary | 11011111 | 10100100 | 1001110 | 0 | 11010 | 1000001 | 1101 | 100100 | 1000101 | 111011 |
Color Harmonies of #DFA44E
Complementary color
Monochromatic Colors of #DFA44E
Black with #DFA44E
Text Example
Text Example
White with #DFA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA44E; }
p { color: rgb(223,164,78); }
H1.HeaderClassName
{
color: #DFA44E;
}
.AnyTagClassName
{
color: #DFA44E;
}
</style>
background-color css
<style>
a { background-color: #DFA44E; }
a { background-color: rgb(223,164,78); }
div.DivClassName
{
background-color: #DFA44E;
}
.BgClassName
{
background-color: #DFA44E;
}
</style>
border-color css
<style>
span { border-color: #DFA44E; }
span { border-color: rgb(223,164,78); }
td.TdClassName
{
border-color: #DFA44E;
}
.TagClassName
{
border-color: #DFA44E;
}
</style>