Shades of Rob Roy #DFB554
Tints of Rob Roy #DFB554
RGB
CMYK
RGB Variations
Color information
#DFB554 (or 0xDFB554) is known color: Rob Roy. HEX triplet: DF, B5 and 54. RGB value is (223,181,84). Sum of RGB (Red+Green+Blue) = 223+181+84=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB554 is #204AAB. Grayscale: #B6B6B6. Windows color (decimal): -2116268 or 5551583. OLE color: 5551583.
HSL color Cylindrical-coordinate representation of color #DFB554: hue angle of 41.87º 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 #DFB554 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 84 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.13 |
| HSL | 41.87º | 0.68% | 0.6% | - |
| HSV(B) | 41.87º | 0.62% | 0.87% | - |
| XYZ | 48.56 | 49.38 | 15.36 | - |
| YUV | 182.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 84 | 0 | 0.19 | 0.62 | 0.13 | 41.87 | 0.68 | 0.6 |
| Hex | DF | B5 | 54 | 0 | 13 | 3E | D | 2A | 44 | 3C |
| Octal | 337 | 265 | 124 | 0 | 23 | 76 | 15 | 52 | 104 | 74 |
| Binary | 11011111 | 10110101 | 1010100 | 0 | 10011 | 111110 | 1101 | 101010 | 1000100 | 111100 |
Color Harmonies of #DFB554
Complementary color
Monochromatic Colors of #DFB554
Black with #DFB554
Text Example
Text Example
White with #DFB554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB554; }
p { color: rgb(223,181,84); }
H1.HeaderClassName
{
color: #DFB554;
}
.AnyTagClassName
{
color: #DFB554;
}
</style>
background-color css
<style>
a { background-color: #DFB554; }
a { background-color: rgb(223,181,84); }
div.DivClassName
{
background-color: #DFB554;
}
.BgClassName
{
background-color: #DFB554;
}
</style>
border-color css
<style>
span { border-color: #DFB554; }
span { border-color: rgb(223,181,84); }
td.TdClassName
{
border-color: #DFB554;
}
.TagClassName
{
border-color: #DFB554;
}
</style>