Shades of Rob Roy #DFB357
Tints of Rob Roy #DFB357
RGB
CMYK
RGB Variations
Color information
#DFB357 (or 0xDFB357) is known color: Rob Roy. HEX triplet: DF, B3 and 57. RGB value is (223,179,87). Sum of RGB (Red+Green+Blue) = 223+179+87=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB357 is #204CA8. Grayscale: #B6B6B6. Windows color (decimal): -2116777 or 5747679. OLE color: 5747679.
HSL color Cylindrical-coordinate representation of color #DFB357: hue angle of 40.59º 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 #DFB357 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 87 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.13 |
| HSL | 40.59º | 0.68% | 0.61% | - |
| HSV(B) | 40.59º | 0.61% | 0.87% | - |
| XYZ | 48.27 | 48.62 | 15.86 | - |
| YUV | 181.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 87 | 0 | 0.20 | 0.61 | 0.13 | 40.59 | 0.68 | 0.61 |
| Hex | DF | B3 | 57 | 0 | 14 | 3D | D | 29 | 44 | 3D |
| Octal | 337 | 263 | 127 | 0 | 24 | 75 | 15 | 51 | 104 | 75 |
| Binary | 11011111 | 10110011 | 1010111 | 0 | 10100 | 111101 | 1101 | 101001 | 1000100 | 111101 |
Color Harmonies of #DFB357
Complementary color
Monochromatic Colors of #DFB357
Black with #DFB357
Text Example
Text Example
White with #DFB357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB357; }
p { color: rgb(223,179,87); }
H1.HeaderClassName
{
color: #DFB357;
}
.AnyTagClassName
{
color: #DFB357;
}
</style>
background-color css
<style>
a { background-color: #DFB357; }
a { background-color: rgb(223,179,87); }
div.DivClassName
{
background-color: #DFB357;
}
.BgClassName
{
background-color: #DFB357;
}
</style>
border-color css
<style>
span { border-color: #DFB357; }
span { border-color: rgb(223,179,87); }
td.TdClassName
{
border-color: #DFB357;
}
.TagClassName
{
border-color: #DFB357;
}
</style>