Shades of Rob Roy #DFB34F
Tints of Rob Roy #DFB34F
RGB
CMYK
RGB Variations
Color information
#DFB34F (or 0xDFB34F) is known color: Rob Roy. HEX triplet: DF, B3 and 4F. RGB value is (223,179,79). Sum of RGB (Red+Green+Blue) = 223+179+79=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB34F is #204CB0. Grayscale: #B5B5B5. Windows color (decimal): -2116785 or 5223391. OLE color: 5223391.
HSL color Cylindrical-coordinate representation of color #DFB34F: hue angle of 41.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFB34F is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 79 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.13 |
| HSL | 41.67º | 0.69% | 0.59% | - |
| HSV(B) | 41.67º | 0.65% | 0.87% | - |
| XYZ | 47.96 | 48.49 | 14.23 | - |
| YUV | 180.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 79 | 0 | 0.20 | 0.65 | 0.13 | 41.67 | 0.69 | 0.59 |
| Hex | DF | B3 | 4F | 0 | 14 | 41 | D | 2A | 45 | 3B |
| Octal | 337 | 263 | 117 | 0 | 24 | 101 | 15 | 52 | 105 | 73 |
| Binary | 11011111 | 10110011 | 1001111 | 0 | 10100 | 1000001 | 1101 | 101010 | 1000101 | 111011 |
Color Harmonies of #DFB34F
Complementary color
Monochromatic Colors of #DFB34F
Black with #DFB34F
Text Example
Text Example
White with #DFB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB34F; }
p { color: rgb(223,179,79); }
H1.HeaderClassName
{
color: #DFB34F;
}
.AnyTagClassName
{
color: #DFB34F;
}
</style>
background-color css
<style>
a { background-color: #DFB34F; }
a { background-color: rgb(223,179,79); }
div.DivClassName
{
background-color: #DFB34F;
}
.BgClassName
{
background-color: #DFB34F;
}
</style>
border-color css
<style>
span { border-color: #DFB34F; }
span { border-color: rgb(223,179,79); }
td.TdClassName
{
border-color: #DFB34F;
}
.TagClassName
{
border-color: #DFB34F;
}
</style>