Shades of Rob Roy #DFAF5A
Tints of Rob Roy #DFAF5A
RGB
CMYK
RGB Variations
Color information
#DFAF5A (or 0xDFAF5A) is known color: Rob Roy. HEX triplet: DF, AF and 5A. RGB value is (223,175,90). Sum of RGB (Red+Green+Blue) = 223+175+90=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF5A is #2050A5. Grayscale: #B4B4B4. Windows color (decimal): -2117798 or 5943263. OLE color: 5943263.
HSL color Cylindrical-coordinate representation of color #DFAF5A: hue angle of 38.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFAF5A is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 90 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.13 |
| HSL | 38.35º | 0.68% | 0.61% | - |
| HSV(B) | 38.35º | 0.6% | 0.87% | - |
| XYZ | 47.61 | 47.09 | 16.25 | - |
| YUV | 179.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 90 | 0 | 0.22 | 0.60 | 0.13 | 38.35 | 0.68 | 0.61 |
| Hex | DF | AF | 5A | 0 | 16 | 3C | D | 26 | 44 | 3D |
| Octal | 337 | 257 | 132 | 0 | 26 | 74 | 15 | 46 | 104 | 75 |
| Binary | 11011111 | 10101111 | 1011010 | 0 | 10110 | 111100 | 1101 | 100110 | 1000100 | 111101 |
Color Harmonies of #DFAF5A
Complementary color
Monochromatic Colors of #DFAF5A
Black with #DFAF5A
Text Example
Text Example
White with #DFAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF5A; }
p { color: rgb(223,175,90); }
H1.HeaderClassName
{
color: #DFAF5A;
}
.AnyTagClassName
{
color: #DFAF5A;
}
</style>
background-color css
<style>
a { background-color: #DFAF5A; }
a { background-color: rgb(223,175,90); }
div.DivClassName
{
background-color: #DFAF5A;
}
.BgClassName
{
background-color: #DFAF5A;
}
</style>
border-color css
<style>
span { border-color: #DFAF5A; }
span { border-color: rgb(223,175,90); }
td.TdClassName
{
border-color: #DFAF5A;
}
.TagClassName
{
border-color: #DFAF5A;
}
</style>