Shades of Rob Roy #DFB44D
Tints of Rob Roy #DFB44D
RGB
CMYK
RGB Variations
Color information
#DFB44D (or 0xDFB44D) is known color: Rob Roy. HEX triplet: DF, B4 and 4D. RGB value is (223,180,77). Sum of RGB (Red+Green+Blue) = 223+180+77=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB44D is #204BB2. Grayscale: #B5B5B5. Windows color (decimal): -2116531 or 5092575. OLE color: 5092575.
HSL color Cylindrical-coordinate representation of color #DFB44D: hue angle of 42.33º 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 #DFB44D is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 77 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.13 |
| HSL | 42.33º | 0.7% | 0.59% | - |
| HSV(B) | 42.33º | 0.65% | 0.87% | - |
| XYZ | 48.09 | 48.87 | 13.92 | - |
| YUV | 181.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 77 | 0 | 0.19 | 0.65 | 0.13 | 42.33 | 0.7 | 0.59 |
| Hex | DF | B4 | 4D | 0 | 13 | 41 | D | 2A | 46 | 3B |
| Octal | 337 | 264 | 115 | 0 | 23 | 101 | 15 | 52 | 106 | 73 |
| Binary | 11011111 | 10110100 | 1001101 | 0 | 10011 | 1000001 | 1101 | 101010 | 1000110 | 111011 |
Color Harmonies of #DFB44D
Complementary color
Monochromatic Colors of #DFB44D
Black with #DFB44D
Text Example
Text Example
White with #DFB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB44D; }
p { color: rgb(223,180,77); }
H1.HeaderClassName
{
color: #DFB44D;
}
.AnyTagClassName
{
color: #DFB44D;
}
</style>
background-color css
<style>
a { background-color: #DFB44D; }
a { background-color: rgb(223,180,77); }
div.DivClassName
{
background-color: #DFB44D;
}
.BgClassName
{
background-color: #DFB44D;
}
</style>
border-color css
<style>
span { border-color: #DFB44D; }
span { border-color: rgb(223,180,77); }
td.TdClassName
{
border-color: #DFB44D;
}
.TagClassName
{
border-color: #DFB44D;
}
</style>