Shades of Rob Roy #DFAD5C
Tints of Rob Roy #DFAD5C
RGB
CMYK
RGB Variations
Color information
#DFAD5C (or 0xDFAD5C) is known color: Rob Roy. HEX triplet: DF, AD and 5C. RGB value is (223,173,92). Sum of RGB (Red+Green+Blue) = 223+173+92=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD5C is #2052A3. Grayscale: #B3B3B3. Windows color (decimal): -2118308 or 6073823. OLE color: 6073823.
HSL color Cylindrical-coordinate representation of color #DFAD5C: hue angle of 37.1º 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 #DFAD5C is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 92 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.13 |
| HSL | 37.1º | 0.67% | 0.62% | - |
| HSV(B) | 37.1º | 0.59% | 0.87% | - |
| XYZ | 47.31 | 46.35 | 16.58 | - |
| YUV | 178.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 92 | 0 | 0.22 | 0.59 | 0.13 | 37.1 | 0.67 | 0.62 |
| Hex | DF | AD | 5C | 0 | 16 | 3B | D | 25 | 43 | 3E |
| Octal | 337 | 255 | 134 | 0 | 26 | 73 | 15 | 45 | 103 | 76 |
| Binary | 11011111 | 10101101 | 1011100 | 0 | 10110 | 111011 | 1101 | 100101 | 1000011 | 111110 |
Color Harmonies of #DFAD5C
Complementary color
Monochromatic Colors of #DFAD5C
Black with #DFAD5C
Text Example
Text Example
White with #DFAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD5C; }
p { color: rgb(223,173,92); }
H1.HeaderClassName
{
color: #DFAD5C;
}
.AnyTagClassName
{
color: #DFAD5C;
}
</style>
background-color css
<style>
a { background-color: #DFAD5C; }
a { background-color: rgb(223,173,92); }
div.DivClassName
{
background-color: #DFAD5C;
}
.BgClassName
{
background-color: #DFAD5C;
}
</style>
border-color css
<style>
span { border-color: #DFAD5C; }
span { border-color: rgb(223,173,92); }
td.TdClassName
{
border-color: #DFAD5C;
}
.TagClassName
{
border-color: #DFAD5C;
}
</style>