Shades of Rob Roy #DFB150
Tints of Rob Roy #DFB150
RGB
CMYK
RGB Variations
Color information
#DFB150 (or 0xDFB150) is known color: Rob Roy. HEX triplet: DF, B1 and 50. RGB value is (223,177,80). Sum of RGB (Red+Green+Blue) = 223+177+80=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB150 is #204EAF. Grayscale: #B4B4B4. Windows color (decimal): -2117296 or 5288415. OLE color: 5288415.
HSL color Cylindrical-coordinate representation of color #DFB150: hue angle of 40.7º 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 #DFB150 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 80 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.13 |
| HSL | 40.7º | 0.69% | 0.59% | - |
| HSV(B) | 40.7º | 0.64% | 0.87% | - |
| XYZ | 47.6 | 47.71 | 14.29 | - |
| YUV | 179.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 80 | 0 | 0.21 | 0.64 | 0.13 | 40.7 | 0.69 | 0.59 |
| Hex | DF | B1 | 50 | 0 | 15 | 40 | D | 29 | 45 | 3B |
| Octal | 337 | 261 | 120 | 0 | 25 | 100 | 15 | 51 | 105 | 73 |
| Binary | 11011111 | 10110001 | 1010000 | 0 | 10101 | 1000000 | 1101 | 101001 | 1000101 | 111011 |
Color Harmonies of #DFB150
Complementary color
Monochromatic Colors of #DFB150
Black with #DFB150
Text Example
Text Example
White with #DFB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB150; }
p { color: rgb(223,177,80); }
H1.HeaderClassName
{
color: #DFB150;
}
.AnyTagClassName
{
color: #DFB150;
}
</style>
background-color css
<style>
a { background-color: #DFB150; }
a { background-color: rgb(223,177,80); }
div.DivClassName
{
background-color: #DFB150;
}
.BgClassName
{
background-color: #DFB150;
}
</style>
border-color css
<style>
span { border-color: #DFB150; }
span { border-color: rgb(223,177,80); }
td.TdClassName
{
border-color: #DFB150;
}
.TagClassName
{
border-color: #DFB150;
}
</style>