Shades of Rob Roy #DFA75C
Tints of Rob Roy #DFA75C
RGB
CMYK
RGB Variations
Color information
#DFA75C (or 0xDFA75C) is known color: Rob Roy. HEX triplet: DF, A7 and 5C. RGB value is (223,167,92). Sum of RGB (Red+Green+Blue) = 223+167+92=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA75C is #2058A3. Grayscale: #AFAFAF. Windows color (decimal): -2119844 or 6072287. OLE color: 6072287.
HSL color Cylindrical-coordinate representation of color #DFA75C: hue angle of 34.35º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFA75C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 92 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.13 |
| HSL | 34.35º | 0.67% | 0.62% | - |
| HSV(B) | 34.35º | 0.59% | 0.87% | - |
| XYZ | 46.18 | 44.1 | 16.2 | - |
| YUV | 175.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 92 | 0 | 0.25 | 0.59 | 0.13 | 34.35 | 0.67 | 0.62 |
| Hex | DF | A7 | 5C | 0 | 19 | 3B | D | 22 | 43 | 3E |
| Octal | 337 | 247 | 134 | 0 | 31 | 73 | 15 | 42 | 103 | 76 |
| Binary | 11011111 | 10100111 | 1011100 | 0 | 11001 | 111011 | 1101 | 100010 | 1000011 | 111110 |
Color Harmonies of #DFA75C
Complementary color
Monochromatic Colors of #DFA75C
Black with #DFA75C
Text Example
Text Example
White with #DFA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA75C; }
p { color: rgb(223,167,92); }
H1.HeaderClassName
{
color: #DFA75C;
}
.AnyTagClassName
{
color: #DFA75C;
}
</style>
background-color css
<style>
a { background-color: #DFA75C; }
a { background-color: rgb(223,167,92); }
div.DivClassName
{
background-color: #DFA75C;
}
.BgClassName
{
background-color: #DFA75C;
}
</style>
border-color css
<style>
span { border-color: #DFA75C; }
span { border-color: rgb(223,167,92); }
td.TdClassName
{
border-color: #DFA75C;
}
.TagClassName
{
border-color: #DFA75C;
}
</style>