Shades of Rob Roy #DFB358
Tints of Rob Roy #DFB358
RGB
CMYK
RGB Variations
Color information
#DFB358 (or 0xDFB358) is known color: Rob Roy. HEX triplet: DF, B3 and 58. RGB value is (223,179,88). Sum of RGB (Red+Green+Blue) = 223+179+88=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB358 is #204CA7. Grayscale: #B6B6B6. Windows color (decimal): -2116776 or 5813215. OLE color: 5813215.
HSL color Cylindrical-coordinate representation of color #DFB358: hue angle of 40.44º 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 #DFB358 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 88 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.13 |
| HSL | 40.44º | 0.68% | 0.61% | - |
| HSV(B) | 40.44º | 0.61% | 0.87% | - |
| XYZ | 48.31 | 48.63 | 16.07 | - |
| YUV | 181.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 88 | 0 | 0.20 | 0.61 | 0.13 | 40.44 | 0.68 | 0.61 |
| Hex | DF | B3 | 58 | 0 | 14 | 3D | D | 28 | 44 | 3D |
| Octal | 337 | 263 | 130 | 0 | 24 | 75 | 15 | 50 | 104 | 75 |
| Binary | 11011111 | 10110011 | 1011000 | 0 | 10100 | 111101 | 1101 | 101000 | 1000100 | 111101 |
Color Harmonies of #DFB358
Complementary color
Monochromatic Colors of #DFB358
Black with #DFB358
Text Example
Text Example
White with #DFB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB358; }
p { color: rgb(223,179,88); }
H1.HeaderClassName
{
color: #DFB358;
}
.AnyTagClassName
{
color: #DFB358;
}
</style>
background-color css
<style>
a { background-color: #DFB358; }
a { background-color: rgb(223,179,88); }
div.DivClassName
{
background-color: #DFB358;
}
.BgClassName
{
background-color: #DFB358;
}
</style>
border-color css
<style>
span { border-color: #DFB358; }
span { border-color: rgb(223,179,88); }
td.TdClassName
{
border-color: #DFB358;
}
.TagClassName
{
border-color: #DFB358;
}
</style>