Shades of Rob Roy #DFB14D
Tints of Rob Roy #DFB14D
RGB
CMYK
RGB Variations
Color information
#DFB14D (or 0xDFB14D) is known color: Rob Roy. HEX triplet: DF, B1 and 4D. RGB value is (223,177,77). Sum of RGB (Red+Green+Blue) = 223+177+77=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB14D is #204EB2. Grayscale: #B3B3B3. Windows color (decimal): -2117299 or 5091807. OLE color: 5091807.
HSL color Cylindrical-coordinate representation of color #DFB14D: hue angle of 41.1º 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 #DFB14D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 77 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.13 |
| HSL | 41.1º | 0.7% | 0.59% | - |
| HSV(B) | 41.1º | 0.65% | 0.87% | - |
| XYZ | 47.49 | 47.67 | 13.72 | - |
| YUV | 179.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 77 | 0 | 0.21 | 0.65 | 0.13 | 41.1 | 0.7 | 0.59 |
| Hex | DF | B1 | 4D | 0 | 15 | 41 | D | 29 | 46 | 3B |
| Octal | 337 | 261 | 115 | 0 | 25 | 101 | 15 | 51 | 106 | 73 |
| Binary | 11011111 | 10110001 | 1001101 | 0 | 10101 | 1000001 | 1101 | 101001 | 1000110 | 111011 |
Color Harmonies of #DFB14D
Complementary color
Monochromatic Colors of #DFB14D
Black with #DFB14D
Text Example
Text Example
White with #DFB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB14D; }
p { color: rgb(223,177,77); }
H1.HeaderClassName
{
color: #DFB14D;
}
.AnyTagClassName
{
color: #DFB14D;
}
</style>
background-color css
<style>
a { background-color: #DFB14D; }
a { background-color: rgb(223,177,77); }
div.DivClassName
{
background-color: #DFB14D;
}
.BgClassName
{
background-color: #DFB14D;
}
</style>
border-color css
<style>
span { border-color: #DFB14D; }
span { border-color: rgb(223,177,77); }
td.TdClassName
{
border-color: #DFB14D;
}
.TagClassName
{
border-color: #DFB14D;
}
</style>