Shades of Rob Roy #DFAB4C
Tints of Rob Roy #DFAB4C
RGB
CMYK
RGB Variations
Color information
#DFAB4C (or 0xDFAB4C) is known color: Rob Roy. HEX triplet: DF, AB and 4C. RGB value is (223,171,76). Sum of RGB (Red+Green+Blue) = 223+171+76=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB4C is #2054B3. Grayscale: #B0B0B0. Windows color (decimal): -2118836 or 5024735. OLE color: 5024735.
HSL color Cylindrical-coordinate representation of color #DFAB4C: hue angle of 38.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFAB4C is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 76 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.13 |
| HSL | 38.78º | 0.7% | 0.59% | - |
| HSV(B) | 38.78º | 0.66% | 0.87% | - |
| XYZ | 46.3 | 45.34 | 13.15 | - |
| YUV | 175.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 76 | 0 | 0.23 | 0.66 | 0.13 | 38.78 | 0.7 | 0.59 |
| Hex | DF | AB | 4C | 0 | 17 | 42 | D | 27 | 46 | 3B |
| Octal | 337 | 253 | 114 | 0 | 27 | 102 | 15 | 47 | 106 | 73 |
| Binary | 11011111 | 10101011 | 1001100 | 0 | 10111 | 1000010 | 1101 | 100111 | 1000110 | 111011 |
Color Harmonies of #DFAB4C
Complementary color
Monochromatic Colors of #DFAB4C
Black with #DFAB4C
Text Example
Text Example
White with #DFAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB4C; }
p { color: rgb(223,171,76); }
H1.HeaderClassName
{
color: #DFAB4C;
}
.AnyTagClassName
{
color: #DFAB4C;
}
</style>
background-color css
<style>
a { background-color: #DFAB4C; }
a { background-color: rgb(223,171,76); }
div.DivClassName
{
background-color: #DFAB4C;
}
.BgClassName
{
background-color: #DFAB4C;
}
</style>
border-color css
<style>
span { border-color: #DFAB4C; }
span { border-color: rgb(223,171,76); }
td.TdClassName
{
border-color: #DFAB4C;
}
.TagClassName
{
border-color: #DFAB4C;
}
</style>