Shades of Rob Roy #DFB756
Tints of Rob Roy #DFB756
RGB
CMYK
RGB Variations
Color information
#DFB756 (or 0xDFB756) is known color: Rob Roy. HEX triplet: DF, B7 and 56. RGB value is (223,183,86). Sum of RGB (Red+Green+Blue) = 223+183+86=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB756 is #2048A9. Grayscale: #B8B8B8. Windows color (decimal): -2115754 or 5683167. OLE color: 5683167.
HSL color Cylindrical-coordinate representation of color #DFB756: hue angle of 42.48º 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 #DFB756 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 86 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.13 |
| HSL | 42.48º | 0.68% | 0.61% | - |
| HSV(B) | 42.48º | 0.61% | 0.87% | - |
| XYZ | 49.04 | 50.23 | 15.91 | - |
| YUV | 183.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 86 | 0 | 0.18 | 0.61 | 0.13 | 42.48 | 0.68 | 0.61 |
| Hex | DF | B7 | 56 | 0 | 12 | 3D | D | 2A | 44 | 3D |
| Octal | 337 | 267 | 126 | 0 | 22 | 75 | 15 | 52 | 104 | 75 |
| Binary | 11011111 | 10110111 | 1010110 | 0 | 10010 | 111101 | 1101 | 101010 | 1000100 | 111101 |
Color Harmonies of #DFB756
Complementary color
Monochromatic Colors of #DFB756
Black with #DFB756
Text Example
Text Example
White with #DFB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB756; }
p { color: rgb(223,183,86); }
H1.HeaderClassName
{
color: #DFB756;
}
.AnyTagClassName
{
color: #DFB756;
}
</style>
background-color css
<style>
a { background-color: #DFB756; }
a { background-color: rgb(223,183,86); }
div.DivClassName
{
background-color: #DFB756;
}
.BgClassName
{
background-color: #DFB756;
}
</style>
border-color css
<style>
span { border-color: #DFB756; }
span { border-color: rgb(223,183,86); }
td.TdClassName
{
border-color: #DFB756;
}
.TagClassName
{
border-color: #DFB756;
}
</style>