Shades of Rob Roy #DFA44B
Tints of Rob Roy #DFA44B
RGB
CMYK
RGB Variations
Color information
#DFA44B (or 0xDFA44B) is known color: Rob Roy. HEX triplet: DF, A4 and 4B. RGB value is (223,164,75). Sum of RGB (Red+Green+Blue) = 223+164+75=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA44B is #205BB4. Grayscale: #ABABAB. Windows color (decimal): -2120629 or 4957407. OLE color: 4957407.
HSL color Cylindrical-coordinate representation of color #DFA44B: hue angle of 36.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFA44B is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 75 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.13 |
| HSL | 36.08º | 0.7% | 0.58% | - |
| HSV(B) | 36.08º | 0.66% | 0.87% | - |
| XYZ | 44.98 | 42.75 | 12.54 | - |
| YUV | 171.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 75 | 0 | 0.26 | 0.66 | 0.13 | 36.08 | 0.7 | 0.58 |
| Hex | DF | A4 | 4B | 0 | 1A | 42 | D | 24 | 46 | 3A |
| Octal | 337 | 244 | 113 | 0 | 32 | 102 | 15 | 44 | 106 | 72 |
| Binary | 11011111 | 10100100 | 1001011 | 0 | 11010 | 1000010 | 1101 | 100100 | 1000110 | 111010 |
Color Harmonies of #DFA44B
Complementary color
Monochromatic Colors of #DFA44B
Black with #DFA44B
Text Example
Text Example
White with #DFA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA44B; }
p { color: rgb(223,164,75); }
H1.HeaderClassName
{
color: #DFA44B;
}
.AnyTagClassName
{
color: #DFA44B;
}
</style>
background-color css
<style>
a { background-color: #DFA44B; }
a { background-color: rgb(223,164,75); }
div.DivClassName
{
background-color: #DFA44B;
}
.BgClassName
{
background-color: #DFA44B;
}
</style>
border-color css
<style>
span { border-color: #DFA44B; }
span { border-color: rgb(223,164,75); }
td.TdClassName
{
border-color: #DFA44B;
}
.TagClassName
{
border-color: #DFA44B;
}
</style>