Shades of Rob Roy #DFB456
Tints of Rob Roy #DFB456
RGB
CMYK
RGB Variations
Color information
#DFB456 (or 0xDFB456) is known color: Rob Roy. HEX triplet: DF, B4 and 56. RGB value is (223,180,86). Sum of RGB (Red+Green+Blue) = 223+180+86=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB456 is #204BA9. Grayscale: #B6B6B6. Windows color (decimal): -2116522 or 5682399. OLE color: 5682399.
HSL color Cylindrical-coordinate representation of color #DFB456: hue angle of 41.17º 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 #DFB456 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 86 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.13 |
| HSL | 41.17º | 0.68% | 0.61% | - |
| HSV(B) | 41.17º | 0.61% | 0.87% | - |
| XYZ | 48.43 | 49 | 15.71 | - |
| YUV | 182.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 86 | 0 | 0.19 | 0.61 | 0.13 | 41.17 | 0.68 | 0.61 |
| Hex | DF | B4 | 56 | 0 | 13 | 3D | D | 29 | 44 | 3D |
| Octal | 337 | 264 | 126 | 0 | 23 | 75 | 15 | 51 | 104 | 75 |
| Binary | 11011111 | 10110100 | 1010110 | 0 | 10011 | 111101 | 1101 | 101001 | 1000100 | 111101 |
Color Harmonies of #DFB456
Complementary color
Monochromatic Colors of #DFB456
Black with #DFB456
Text Example
Text Example
White with #DFB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB456; }
p { color: rgb(223,180,86); }
H1.HeaderClassName
{
color: #DFB456;
}
.AnyTagClassName
{
color: #DFB456;
}
</style>
background-color css
<style>
a { background-color: #DFB456; }
a { background-color: rgb(223,180,86); }
div.DivClassName
{
background-color: #DFB456;
}
.BgClassName
{
background-color: #DFB456;
}
</style>
border-color css
<style>
span { border-color: #DFB456; }
span { border-color: rgb(223,180,86); }
td.TdClassName
{
border-color: #DFB456;
}
.TagClassName
{
border-color: #DFB456;
}
</style>