Shades of Rob Roy #DFB34D
Tints of Rob Roy #DFB34D
RGB
CMYK
RGB Variations
Color information
#DFB34D (or 0xDFB34D) is known color: Rob Roy. HEX triplet: DF, B3 and 4D. RGB value is (223,179,77). Sum of RGB (Red+Green+Blue) = 223+179+77=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB34D is #204CB2. Grayscale: #B4B4B4. Windows color (decimal): -2116787 or 5092319. OLE color: 5092319.
HSL color Cylindrical-coordinate representation of color #DFB34D: hue angle of 41.92º degrees, saturation: 0.7, 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 #DFB34D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 77 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.13 |
| HSL | 41.92º | 0.7% | 0.59% | - |
| HSV(B) | 41.92º | 0.65% | 0.87% | - |
| XYZ | 47.89 | 48.46 | 13.85 | - |
| YUV | 180.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 77 | 0 | 0.20 | 0.65 | 0.13 | 41.92 | 0.7 | 0.59 |
| Hex | DF | B3 | 4D | 0 | 14 | 41 | D | 2A | 46 | 3B |
| Octal | 337 | 263 | 115 | 0 | 24 | 101 | 15 | 52 | 106 | 73 |
| Binary | 11011111 | 10110011 | 1001101 | 0 | 10100 | 1000001 | 1101 | 101010 | 1000110 | 111011 |
Color Harmonies of #DFB34D
Complementary color
Monochromatic Colors of #DFB34D
Black with #DFB34D
Text Example
Text Example
White with #DFB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB34D; }
p { color: rgb(223,179,77); }
H1.HeaderClassName
{
color: #DFB34D;
}
.AnyTagClassName
{
color: #DFB34D;
}
</style>
background-color css
<style>
a { background-color: #DFB34D; }
a { background-color: rgb(223,179,77); }
div.DivClassName
{
background-color: #DFB34D;
}
.BgClassName
{
background-color: #DFB34D;
}
</style>
border-color css
<style>
span { border-color: #DFB34D; }
span { border-color: rgb(223,179,77); }
td.TdClassName
{
border-color: #DFB34D;
}
.TagClassName
{
border-color: #DFB34D;
}
</style>