Shades of Rob Roy #DFB451
Tints of Rob Roy #DFB451
RGB
CMYK
RGB Variations
Color information
#DFB451 (or 0xDFB451) is known color: Rob Roy. HEX triplet: DF, B4 and 51. RGB value is (223,180,81). Sum of RGB (Red+Green+Blue) = 223+180+81=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB451 is #204BAE. Grayscale: #B6B6B6. Windows color (decimal): -2116527 or 5354719. OLE color: 5354719.
HSL color Cylindrical-coordinate representation of color #DFB451: hue angle of 41.83º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFB451 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 81 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.13 |
| HSL | 41.83º | 0.69% | 0.6% | - |
| HSV(B) | 41.83º | 0.64% | 0.87% | - |
| XYZ | 48.24 | 48.92 | 14.69 | - |
| YUV | 181.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 81 | 0 | 0.19 | 0.64 | 0.13 | 41.83 | 0.69 | 0.6 |
| Hex | DF | B4 | 51 | 0 | 13 | 40 | D | 2A | 45 | 3C |
| Octal | 337 | 264 | 121 | 0 | 23 | 100 | 15 | 52 | 105 | 74 |
| Binary | 11011111 | 10110100 | 1010001 | 0 | 10011 | 1000000 | 1101 | 101010 | 1000101 | 111100 |
Color Harmonies of #DFB451
Complementary color
Monochromatic Colors of #DFB451
Black with #DFB451
Text Example
Text Example
White with #DFB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB451; }
p { color: rgb(223,180,81); }
H1.HeaderClassName
{
color: #DFB451;
}
.AnyTagClassName
{
color: #DFB451;
}
</style>
background-color css
<style>
a { background-color: #DFB451; }
a { background-color: rgb(223,180,81); }
div.DivClassName
{
background-color: #DFB451;
}
.BgClassName
{
background-color: #DFB451;
}
</style>
border-color css
<style>
span { border-color: #DFB451; }
span { border-color: rgb(223,180,81); }
td.TdClassName
{
border-color: #DFB451;
}
.TagClassName
{
border-color: #DFB451;
}
</style>