Shades of Rob Roy #DFB159
Tints of Rob Roy #DFB159
RGB
CMYK
RGB Variations
Color information
#DFB159 (or 0xDFB159) is known color: Rob Roy. HEX triplet: DF, B1 and 59. RGB value is (223,177,89). Sum of RGB (Red+Green+Blue) = 223+177+89=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB159 is #204EA6. Grayscale: #B5B5B5. Windows color (decimal): -2117287 or 5878239. OLE color: 5878239.
HSL color Cylindrical-coordinate representation of color #DFB159: hue angle of 39.4º 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 #DFB159 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 89 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.13 |
| HSL | 39.4º | 0.68% | 0.61% | - |
| HSV(B) | 39.4º | 0.6% | 0.87% | - |
| XYZ | 47.96 | 47.85 | 16.16 | - |
| YUV | 180.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 89 | 0 | 0.21 | 0.60 | 0.13 | 39.4 | 0.68 | 0.61 |
| Hex | DF | B1 | 59 | 0 | 15 | 3C | D | 27 | 44 | 3D |
| Octal | 337 | 261 | 131 | 0 | 25 | 74 | 15 | 47 | 104 | 75 |
| Binary | 11011111 | 10110001 | 1011001 | 0 | 10101 | 111100 | 1101 | 100111 | 1000100 | 111101 |
Color Harmonies of #DFB159
Complementary color
Monochromatic Colors of #DFB159
Black with #DFB159
Text Example
Text Example
White with #DFB159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB159; }
p { color: rgb(223,177,89); }
H1.HeaderClassName
{
color: #DFB159;
}
.AnyTagClassName
{
color: #DFB159;
}
</style>
background-color css
<style>
a { background-color: #DFB159; }
a { background-color: rgb(223,177,89); }
div.DivClassName
{
background-color: #DFB159;
}
.BgClassName
{
background-color: #DFB159;
}
</style>
border-color css
<style>
span { border-color: #DFB159; }
span { border-color: rgb(223,177,89); }
td.TdClassName
{
border-color: #DFB159;
}
.TagClassName
{
border-color: #DFB159;
}
</style>