Shades of Rob Roy #DFAB5A
Tints of Rob Roy #DFAB5A
RGB
CMYK
RGB Variations
Color information
#DFAB5A (or 0xDFAB5A) is known color: Rob Roy. HEX triplet: DF, AB and 5A. RGB value is (223,171,90). Sum of RGB (Red+Green+Blue) = 223+171+90=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB5A is #2054A5. Grayscale: #B1B1B1. Windows color (decimal): -2118822 or 5942239. OLE color: 5942239.
HSL color Cylindrical-coordinate representation of color #DFAB5A: hue angle of 36.54º 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 #DFAB5A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 90 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.13 |
| HSL | 36.54º | 0.68% | 0.61% | - |
| HSV(B) | 36.54º | 0.6% | 0.87% | - |
| XYZ | 46.84 | 45.55 | 16 | - |
| YUV | 177.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 90 | 0 | 0.23 | 0.60 | 0.13 | 36.54 | 0.68 | 0.61 |
| Hex | DF | AB | 5A | 0 | 17 | 3C | D | 25 | 44 | 3D |
| Octal | 337 | 253 | 132 | 0 | 27 | 74 | 15 | 45 | 104 | 75 |
| Binary | 11011111 | 10101011 | 1011010 | 0 | 10111 | 111100 | 1101 | 100101 | 1000100 | 111101 |
Color Harmonies of #DFAB5A
Complementary color
Monochromatic Colors of #DFAB5A
Black with #DFAB5A
Text Example
Text Example
White with #DFAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB5A; }
p { color: rgb(223,171,90); }
H1.HeaderClassName
{
color: #DFAB5A;
}
.AnyTagClassName
{
color: #DFAB5A;
}
</style>
background-color css
<style>
a { background-color: #DFAB5A; }
a { background-color: rgb(223,171,90); }
div.DivClassName
{
background-color: #DFAB5A;
}
.BgClassName
{
background-color: #DFAB5A;
}
</style>
border-color css
<style>
span { border-color: #DFAB5A; }
span { border-color: rgb(223,171,90); }
td.TdClassName
{
border-color: #DFAB5A;
}
.TagClassName
{
border-color: #DFAB5A;
}
</style>