Shades of Rob Roy #DFB34A
Tints of Rob Roy #DFB34A
RGB
CMYK
RGB Variations
Color information
#DFB34A (or 0xDFB34A) is known color: Rob Roy. HEX triplet: DF, B3 and 4A. RGB value is (223,179,74). Sum of RGB (Red+Green+Blue) = 223+179+74=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB34A is #204CB5. Grayscale: #B4B4B4. Windows color (decimal): -2116790 or 4895711. OLE color: 4895711.
HSL color Cylindrical-coordinate representation of color #DFB34A: hue angle of 42.28º 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 #DFB34A is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 74 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.13 |
| HSL | 42.28º | 0.7% | 0.58% | - |
| HSV(B) | 42.28º | 0.67% | 0.87% | - |
| XYZ | 47.79 | 48.42 | 13.31 | - |
| YUV | 180.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 74 | 0 | 0.20 | 0.67 | 0.13 | 42.28 | 0.7 | 0.58 |
| Hex | DF | B3 | 4A | 0 | 14 | 43 | D | 2A | 46 | 3A |
| Octal | 337 | 263 | 112 | 0 | 24 | 103 | 15 | 52 | 106 | 72 |
| Binary | 11011111 | 10110011 | 1001010 | 0 | 10100 | 1000011 | 1101 | 101010 | 1000110 | 111010 |
Color Harmonies of #DFB34A
Complementary color
Monochromatic Colors of #DFB34A
Black with #DFB34A
Text Example
Text Example
White with #DFB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB34A; }
p { color: rgb(223,179,74); }
H1.HeaderClassName
{
color: #DFB34A;
}
.AnyTagClassName
{
color: #DFB34A;
}
</style>
background-color css
<style>
a { background-color: #DFB34A; }
a { background-color: rgb(223,179,74); }
div.DivClassName
{
background-color: #DFB34A;
}
.BgClassName
{
background-color: #DFB34A;
}
</style>
border-color css
<style>
span { border-color: #DFB34A; }
span { border-color: rgb(223,179,74); }
td.TdClassName
{
border-color: #DFB34A;
}
.TagClassName
{
border-color: #DFB34A;
}
</style>