Shades of Rob Roy #DFB251
Tints of Rob Roy #DFB251
RGB
CMYK
RGB Variations
Color information
#DFB251 (or 0xDFB251) is known color: Rob Roy. HEX triplet: DF, B2 and 51. RGB value is (223,178,81). Sum of RGB (Red+Green+Blue) = 223+178+81=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB251 is #204DAE. Grayscale: #B4B4B4. Windows color (decimal): -2117039 or 5354207. OLE color: 5354207.
HSL color Cylindrical-coordinate representation of color #DFB251: hue angle of 40.99º 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 #DFB251 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 81 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.13 |
| HSL | 40.99º | 0.69% | 0.6% | - |
| HSV(B) | 40.99º | 0.64% | 0.87% | - |
| XYZ | 47.84 | 48.12 | 14.55 | - |
| YUV | 180.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 81 | 0 | 0.20 | 0.64 | 0.13 | 40.99 | 0.69 | 0.6 |
| Hex | DF | B2 | 51 | 0 | 14 | 40 | D | 29 | 45 | 3C |
| Octal | 337 | 262 | 121 | 0 | 24 | 100 | 15 | 51 | 105 | 74 |
| Binary | 11011111 | 10110010 | 1010001 | 0 | 10100 | 1000000 | 1101 | 101001 | 1000101 | 111100 |
Color Harmonies of #DFB251
Complementary color
Monochromatic Colors of #DFB251
Black with #DFB251
Text Example
Text Example
White with #DFB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB251; }
p { color: rgb(223,178,81); }
H1.HeaderClassName
{
color: #DFB251;
}
.AnyTagClassName
{
color: #DFB251;
}
</style>
background-color css
<style>
a { background-color: #DFB251; }
a { background-color: rgb(223,178,81); }
div.DivClassName
{
background-color: #DFB251;
}
.BgClassName
{
background-color: #DFB251;
}
</style>
border-color css
<style>
span { border-color: #DFB251; }
span { border-color: rgb(223,178,81); }
td.TdClassName
{
border-color: #DFB251;
}
.TagClassName
{
border-color: #DFB251;
}
</style>