Shades of Rob Roy #DFB153
Tints of Rob Roy #DFB153
RGB
CMYK
RGB Variations
Color information
#DFB153 (or 0xDFB153) is known color: Rob Roy. HEX triplet: DF, B1 and 53. RGB value is (223,177,83). Sum of RGB (Red+Green+Blue) = 223+177+83=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB153 is #204EAC. Grayscale: #B4B4B4. Windows color (decimal): -2117293 or 5485023. OLE color: 5485023.
HSL color Cylindrical-coordinate representation of color #DFB153: hue angle of 40.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFB153 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 83 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.13 |
| HSL | 40.29º | 0.69% | 0.6% | - |
| HSV(B) | 40.29º | 0.63% | 0.87% | - |
| XYZ | 47.71 | 47.76 | 14.89 | - |
| YUV | 180.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 83 | 0 | 0.21 | 0.63 | 0.13 | 40.29 | 0.69 | 0.6 |
| Hex | DF | B1 | 53 | 0 | 15 | 3F | D | 28 | 45 | 3C |
| Octal | 337 | 261 | 123 | 0 | 25 | 77 | 15 | 50 | 105 | 74 |
| Binary | 11011111 | 10110001 | 1010011 | 0 | 10101 | 111111 | 1101 | 101000 | 1000101 | 111100 |
Color Harmonies of #DFB153
Complementary color
Monochromatic Colors of #DFB153
Black with #DFB153
Text Example
Text Example
White with #DFB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB153; }
p { color: rgb(223,177,83); }
H1.HeaderClassName
{
color: #DFB153;
}
.AnyTagClassName
{
color: #DFB153;
}
</style>
background-color css
<style>
a { background-color: #DFB153; }
a { background-color: rgb(223,177,83); }
div.DivClassName
{
background-color: #DFB153;
}
.BgClassName
{
background-color: #DFB153;
}
</style>
border-color css
<style>
span { border-color: #DFB153; }
span { border-color: rgb(223,177,83); }
td.TdClassName
{
border-color: #DFB153;
}
.TagClassName
{
border-color: #DFB153;
}
</style>