Shades of Rob Roy #DFB356
Tints of Rob Roy #DFB356
RGB
CMYK
RGB Variations
Color information
#DFB356 (or 0xDFB356) is known color: Rob Roy. HEX triplet: DF, B3 and 56. RGB value is (223,179,86). Sum of RGB (Red+Green+Blue) = 223+179+86=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB356 is #204CA9. Grayscale: #B5B5B5. Windows color (decimal): -2116778 or 5682143. OLE color: 5682143.
HSL color Cylindrical-coordinate representation of color #DFB356: hue angle of 40.73º 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 #DFB356 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 86 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.13 |
| HSL | 40.73º | 0.68% | 0.61% | - |
| HSV(B) | 40.73º | 0.61% | 0.87% | - |
| XYZ | 48.23 | 48.6 | 15.64 | - |
| YUV | 181.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 86 | 0 | 0.20 | 0.61 | 0.13 | 40.73 | 0.68 | 0.61 |
| Hex | DF | B3 | 56 | 0 | 14 | 3D | D | 29 | 44 | 3D |
| Octal | 337 | 263 | 126 | 0 | 24 | 75 | 15 | 51 | 104 | 75 |
| Binary | 11011111 | 10110011 | 1010110 | 0 | 10100 | 111101 | 1101 | 101001 | 1000100 | 111101 |
Color Harmonies of #DFB356
Complementary color
Monochromatic Colors of #DFB356
Black with #DFB356
Text Example
Text Example
White with #DFB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB356; }
p { color: rgb(223,179,86); }
H1.HeaderClassName
{
color: #DFB356;
}
.AnyTagClassName
{
color: #DFB356;
}
</style>
background-color css
<style>
a { background-color: #DFB356; }
a { background-color: rgb(223,179,86); }
div.DivClassName
{
background-color: #DFB356;
}
.BgClassName
{
background-color: #DFB356;
}
</style>
border-color css
<style>
span { border-color: #DFB356; }
span { border-color: rgb(223,179,86); }
td.TdClassName
{
border-color: #DFB356;
}
.TagClassName
{
border-color: #DFB356;
}
</style>