Shades of Rob Roy #DFB154
Tints of Rob Roy #DFB154
RGB
CMYK
RGB Variations
Color information
#DFB154 (or 0xDFB154) is known color: Rob Roy. HEX triplet: DF, B1 and 54. RGB value is (223,177,84). Sum of RGB (Red+Green+Blue) = 223+177+84=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB154 is #204EAB. Grayscale: #B4B4B4. Windows color (decimal): -2117292 or 5550559. OLE color: 5550559.
HSL color Cylindrical-coordinate representation of color #DFB154: hue angle of 40.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFB154 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 84 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.13 |
| HSL | 40.14º | 0.68% | 0.6% | - |
| HSV(B) | 40.14º | 0.62% | 0.87% | - |
| XYZ | 47.75 | 47.77 | 15.09 | - |
| YUV | 180.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 84 | 0 | 0.21 | 0.62 | 0.13 | 40.14 | 0.68 | 0.6 |
| Hex | DF | B1 | 54 | 0 | 15 | 3E | D | 28 | 44 | 3C |
| Octal | 337 | 261 | 124 | 0 | 25 | 76 | 15 | 50 | 104 | 74 |
| Binary | 11011111 | 10110001 | 1010100 | 0 | 10101 | 111110 | 1101 | 101000 | 1000100 | 111100 |
Color Harmonies of #DFB154
Complementary color
Monochromatic Colors of #DFB154
Black with #DFB154
Text Example
Text Example
White with #DFB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB154; }
p { color: rgb(223,177,84); }
H1.HeaderClassName
{
color: #DFB154;
}
.AnyTagClassName
{
color: #DFB154;
}
</style>
background-color css
<style>
a { background-color: #DFB154; }
a { background-color: rgb(223,177,84); }
div.DivClassName
{
background-color: #DFB154;
}
.BgClassName
{
background-color: #DFB154;
}
</style>
border-color css
<style>
span { border-color: #DFB154; }
span { border-color: rgb(223,177,84); }
td.TdClassName
{
border-color: #DFB154;
}
.TagClassName
{
border-color: #DFB154;
}
</style>