Shades of Rob Roy #DFB15B
Tints of Rob Roy #DFB15B
RGB
CMYK
RGB Variations
Color information
#DFB15B (or 0xDFB15B) is known color: Rob Roy. HEX triplet: DF, B1 and 5B. RGB value is (223,177,91). Sum of RGB (Red+Green+Blue) = 223+177+91=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB15B is #204EA4. Grayscale: #B5B5B5. Windows color (decimal): -2117285 or 6009311. OLE color: 6009311.
HSL color Cylindrical-coordinate representation of color #DFB15B: hue angle of 39.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFB15B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 91 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.13 |
| HSL | 39.09º | 0.67% | 0.62% | - |
| HSV(B) | 39.09º | 0.59% | 0.87% | - |
| XYZ | 48.04 | 47.89 | 16.61 | - |
| YUV | 180.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 91 | 0 | 0.21 | 0.59 | 0.13 | 39.09 | 0.67 | 0.62 |
| Hex | DF | B1 | 5B | 0 | 15 | 3B | D | 27 | 43 | 3E |
| Octal | 337 | 261 | 133 | 0 | 25 | 73 | 15 | 47 | 103 | 76 |
| Binary | 11011111 | 10110001 | 1011011 | 0 | 10101 | 111011 | 1101 | 100111 | 1000011 | 111110 |
Color Harmonies of #DFB15B
Complementary color
Monochromatic Colors of #DFB15B
Black with #DFB15B
Text Example
Text Example
White with #DFB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB15B; }
p { color: rgb(223,177,91); }
H1.HeaderClassName
{
color: #DFB15B;
}
.AnyTagClassName
{
color: #DFB15B;
}
</style>
background-color css
<style>
a { background-color: #DFB15B; }
a { background-color: rgb(223,177,91); }
div.DivClassName
{
background-color: #DFB15B;
}
.BgClassName
{
background-color: #DFB15B;
}
</style>
border-color css
<style>
span { border-color: #DFB15B; }
span { border-color: rgb(223,177,91); }
td.TdClassName
{
border-color: #DFB15B;
}
.TagClassName
{
border-color: #DFB15B;
}
</style>