Shades of Rob Roy #DFB04B
Tints of Rob Roy #DFB04B
RGB
CMYK
RGB Variations
Color information
#DFB04B (or 0xDFB04B) is known color: Rob Roy. HEX triplet: DF, B0 and 4B. RGB value is (223,176,75). Sum of RGB (Red+Green+Blue) = 223+176+75=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB04B is #204FB4. Grayscale: #B2B2B2. Windows color (decimal): -2117557 or 4960479. OLE color: 4960479.
HSL color Cylindrical-coordinate representation of color #DFB04B: hue angle of 40.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFB04B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 75 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.13 |
| HSL | 40.95º | 0.7% | 0.58% | - |
| HSV(B) | 40.95º | 0.66% | 0.87% | - |
| XYZ | 47.23 | 47.25 | 13.29 | - |
| YUV | 178.54 | 69.57 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 75 | 0 | 0.21 | 0.66 | 0.13 | 40.95 | 0.7 | 0.58 |
| Hex | DF | B0 | 4B | 0 | 15 | 42 | D | 29 | 46 | 3A |
| Octal | 337 | 260 | 113 | 0 | 25 | 102 | 15 | 51 | 106 | 72 |
| Binary | 11011111 | 10110000 | 1001011 | 0 | 10101 | 1000010 | 1101 | 101001 | 1000110 | 111010 |
Color Harmonies of #DFB04B
Complementary color
Monochromatic Colors of #DFB04B
Black with #DFB04B
Text Example
Text Example
White with #DFB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB04B; }
p { color: rgb(223,176,75); }
H1.HeaderClassName
{
color: #DFB04B;
}
.AnyTagClassName
{
color: #DFB04B;
}
</style>
background-color css
<style>
a { background-color: #DFB04B; }
a { background-color: rgb(223,176,75); }
div.DivClassName
{
background-color: #DFB04B;
}
.BgClassName
{
background-color: #DFB04B;
}
</style>
border-color css
<style>
span { border-color: #DFB04B; }
span { border-color: rgb(223,176,75); }
td.TdClassName
{
border-color: #DFB04B;
}
.TagClassName
{
border-color: #DFB04B;
}
</style>