Shades of Rob Roy #DFAE4D
Tints of Rob Roy #DFAE4D
RGB
CMYK
RGB Variations
Color information
#DFAE4D (or 0xDFAE4D) is known color: Rob Roy. HEX triplet: DF, AE and 4D. RGB value is (223,174,77). Sum of RGB (Red+Green+Blue) = 223+174+77=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE4D is #2051B2. Grayscale: #B2B2B2. Windows color (decimal): -2118067 or 5091039. OLE color: 5091039.
HSL color Cylindrical-coordinate representation of color #DFAE4D: hue angle of 39.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFAE4D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 77 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.13 |
| HSL | 39.86º | 0.7% | 0.59% | - |
| HSV(B) | 39.86º | 0.65% | 0.87% | - |
| XYZ | 46.91 | 46.5 | 13.52 | - |
| YUV | 177.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 77 | 0 | 0.22 | 0.65 | 0.13 | 39.86 | 0.7 | 0.59 |
| Hex | DF | AE | 4D | 0 | 16 | 41 | D | 28 | 46 | 3B |
| Octal | 337 | 256 | 115 | 0 | 26 | 101 | 15 | 50 | 106 | 73 |
| Binary | 11011111 | 10101110 | 1001101 | 0 | 10110 | 1000001 | 1101 | 101000 | 1000110 | 111011 |
Color Harmonies of #DFAE4D
Complementary color
Monochromatic Colors of #DFAE4D
Black with #DFAE4D
Text Example
Text Example
White with #DFAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE4D; }
p { color: rgb(223,174,77); }
H1.HeaderClassName
{
color: #DFAE4D;
}
.AnyTagClassName
{
color: #DFAE4D;
}
</style>
background-color css
<style>
a { background-color: #DFAE4D; }
a { background-color: rgb(223,174,77); }
div.DivClassName
{
background-color: #DFAE4D;
}
.BgClassName
{
background-color: #DFAE4D;
}
</style>
border-color css
<style>
span { border-color: #DFAE4D; }
span { border-color: rgb(223,174,77); }
td.TdClassName
{
border-color: #DFAE4D;
}
.TagClassName
{
border-color: #DFAE4D;
}
</style>