Shades of Rob Roy #DFB04A
Tints of Rob Roy #DFB04A
RGB
CMYK
RGB Variations
Color information
#DFB04A (or 0xDFB04A) is known color: Rob Roy. HEX triplet: DF, B0 and 4A. RGB value is (223,176,74). Sum of RGB (Red+Green+Blue) = 223+176+74=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB04A is #204FB5. Grayscale: #B2B2B2. Windows color (decimal): -2117558 or 4894943. OLE color: 4894943.
HSL color Cylindrical-coordinate representation of color #DFB04A: hue angle of 41.07º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFB04A is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 74 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.13 |
| HSL | 41.07º | 0.7% | 0.58% | - |
| HSV(B) | 41.07º | 0.67% | 0.87% | - |
| XYZ | 47.19 | 47.23 | 13.11 | - |
| YUV | 178.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 74 | 0 | 0.21 | 0.67 | 0.13 | 41.07 | 0.7 | 0.58 |
| Hex | DF | B0 | 4A | 0 | 15 | 43 | D | 29 | 46 | 3A |
| Octal | 337 | 260 | 112 | 0 | 25 | 103 | 15 | 51 | 106 | 72 |
| Binary | 11011111 | 10110000 | 1001010 | 0 | 10101 | 1000011 | 1101 | 101001 | 1000110 | 111010 |
Color Harmonies of #DFB04A
Complementary color
Monochromatic Colors of #DFB04A
Black with #DFB04A
Text Example
Text Example
White with #DFB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB04A; }
p { color: rgb(223,176,74); }
H1.HeaderClassName
{
color: #DFB04A;
}
.AnyTagClassName
{
color: #DFB04A;
}
</style>
background-color css
<style>
a { background-color: #DFB04A; }
a { background-color: rgb(223,176,74); }
div.DivClassName
{
background-color: #DFB04A;
}
.BgClassName
{
background-color: #DFB04A;
}
</style>
border-color css
<style>
span { border-color: #DFB04A; }
span { border-color: rgb(223,176,74); }
td.TdClassName
{
border-color: #DFB04A;
}
.TagClassName
{
border-color: #DFB04A;
}
</style>