Shades of Rob Roy #DFB350
Tints of Rob Roy #DFB350
RGB
CMYK
RGB Variations
Color information
#DFB350 (or 0xDFB350) is known color: Rob Roy. HEX triplet: DF, B3 and 50. RGB value is (223,179,80). Sum of RGB (Red+Green+Blue) = 223+179+80=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB350 is #204CAF. Grayscale: #B5B5B5. Windows color (decimal): -2116784 or 5288927. OLE color: 5288927.
HSL color Cylindrical-coordinate representation of color #DFB350: hue angle of 41.54º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFB350 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 80 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.13 |
| HSL | 41.54º | 0.69% | 0.59% | - |
| HSV(B) | 41.54º | 0.64% | 0.87% | - |
| XYZ | 48 | 48.51 | 14.42 | - |
| YUV | 180.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 80 | 0 | 0.20 | 0.64 | 0.13 | 41.54 | 0.69 | 0.59 |
| Hex | DF | B3 | 50 | 0 | 14 | 40 | D | 2A | 45 | 3B |
| Octal | 337 | 263 | 120 | 0 | 24 | 100 | 15 | 52 | 105 | 73 |
| Binary | 11011111 | 10110011 | 1010000 | 0 | 10100 | 1000000 | 1101 | 101010 | 1000101 | 111011 |
Color Harmonies of #DFB350
Complementary color
Monochromatic Colors of #DFB350
Black with #DFB350
Text Example
Text Example
White with #DFB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB350; }
p { color: rgb(223,179,80); }
H1.HeaderClassName
{
color: #DFB350;
}
.AnyTagClassName
{
color: #DFB350;
}
</style>
background-color css
<style>
a { background-color: #DFB350; }
a { background-color: rgb(223,179,80); }
div.DivClassName
{
background-color: #DFB350;
}
.BgClassName
{
background-color: #DFB350;
}
</style>
border-color css
<style>
span { border-color: #DFB350; }
span { border-color: rgb(223,179,80); }
td.TdClassName
{
border-color: #DFB350;
}
.TagClassName
{
border-color: #DFB350;
}
</style>