Shades of Rob Roy #DFB257
Tints of Rob Roy #DFB257
RGB
CMYK
RGB Variations
Color information
#DFB257 (or 0xDFB257) is known color: Rob Roy. HEX triplet: DF, B2 and 57. RGB value is (223,178,87). Sum of RGB (Red+Green+Blue) = 223+178+87=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB257 is #204DA8. Grayscale: #B5B5B5. Windows color (decimal): -2117033 or 5747423. OLE color: 5747423.
HSL color Cylindrical-coordinate representation of color #DFB257: hue angle of 40.15º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFB257 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 87 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.13 |
| HSL | 40.15º | 0.68% | 0.61% | - |
| HSV(B) | 40.15º | 0.61% | 0.87% | - |
| XYZ | 48.07 | 48.22 | 15.79 | - |
| YUV | 181.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 87 | 0 | 0.20 | 0.61 | 0.13 | 40.15 | 0.68 | 0.61 |
| Hex | DF | B2 | 57 | 0 | 14 | 3D | D | 28 | 44 | 3D |
| Octal | 337 | 262 | 127 | 0 | 24 | 75 | 15 | 50 | 104 | 75 |
| Binary | 11011111 | 10110010 | 1010111 | 0 | 10100 | 111101 | 1101 | 101000 | 1000100 | 111101 |
Color Harmonies of #DFB257
Complementary color
Monochromatic Colors of #DFB257
Black with #DFB257
Text Example
Text Example
White with #DFB257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB257; }
p { color: rgb(223,178,87); }
H1.HeaderClassName
{
color: #DFB257;
}
.AnyTagClassName
{
color: #DFB257;
}
</style>
background-color css
<style>
a { background-color: #DFB257; }
a { background-color: rgb(223,178,87); }
div.DivClassName
{
background-color: #DFB257;
}
.BgClassName
{
background-color: #DFB257;
}
</style>
border-color css
<style>
span { border-color: #DFB257; }
span { border-color: rgb(223,178,87); }
td.TdClassName
{
border-color: #DFB257;
}
.TagClassName
{
border-color: #DFB257;
}
</style>