Shades of Rob Roy #DFB757
Tints of Rob Roy #DFB757
RGB
CMYK
RGB Variations
Color information
#DFB757 (or 0xDFB757) is known color: Rob Roy. HEX triplet: DF, B7 and 57. RGB value is (223,183,87). Sum of RGB (Red+Green+Blue) = 223+183+87=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB757 is #2048A8. Grayscale: #B8B8B8. Windows color (decimal): -2115753 or 5748703. OLE color: 5748703.
HSL color Cylindrical-coordinate representation of color #DFB757: hue angle of 42.35º 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 #DFB757 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 87 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.13 |
| HSL | 42.35º | 0.68% | 0.61% | - |
| HSV(B) | 42.35º | 0.61% | 0.87% | - |
| XYZ | 49.09 | 50.24 | 16.13 | - |
| YUV | 184.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 87 | 0 | 0.18 | 0.61 | 0.13 | 42.35 | 0.68 | 0.61 |
| Hex | DF | B7 | 57 | 0 | 12 | 3D | D | 2A | 44 | 3D |
| Octal | 337 | 267 | 127 | 0 | 22 | 75 | 15 | 52 | 104 | 75 |
| Binary | 11011111 | 10110111 | 1010111 | 0 | 10010 | 111101 | 1101 | 101010 | 1000100 | 111101 |
Color Harmonies of #DFB757
Complementary color
Monochromatic Colors of #DFB757
Black with #DFB757
Text Example
Text Example
White with #DFB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB757; }
p { color: rgb(223,183,87); }
H1.HeaderClassName
{
color: #DFB757;
}
.AnyTagClassName
{
color: #DFB757;
}
</style>
background-color css
<style>
a { background-color: #DFB757; }
a { background-color: rgb(223,183,87); }
div.DivClassName
{
background-color: #DFB757;
}
.BgClassName
{
background-color: #DFB757;
}
</style>
border-color css
<style>
span { border-color: #DFB757; }
span { border-color: rgb(223,183,87); }
td.TdClassName
{
border-color: #DFB757;
}
.TagClassName
{
border-color: #DFB757;
}
</style>