Shades of Rob Roy #DFB24D
Tints of Rob Roy #DFB24D
RGB
CMYK
RGB Variations
Color information
#DFB24D (or 0xDFB24D) is known color: Rob Roy. HEX triplet: DF, B2 and 4D. RGB value is (223,178,77). Sum of RGB (Red+Green+Blue) = 223+178+77=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB24D is #204DB2. Grayscale: #B4B4B4. Windows color (decimal): -2117043 or 5092063. OLE color: 5092063.
HSL color Cylindrical-coordinate representation of color #DFB24D: hue angle of 41.51º 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 #DFB24D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 77 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.13 |
| HSL | 41.51º | 0.7% | 0.59% | - |
| HSV(B) | 41.51º | 0.65% | 0.87% | - |
| XYZ | 47.69 | 48.06 | 13.78 | - |
| YUV | 179.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 77 | 0 | 0.20 | 0.65 | 0.13 | 41.51 | 0.7 | 0.59 |
| Hex | DF | B2 | 4D | 0 | 14 | 41 | D | 2A | 46 | 3B |
| Octal | 337 | 262 | 115 | 0 | 24 | 101 | 15 | 52 | 106 | 73 |
| Binary | 11011111 | 10110010 | 1001101 | 0 | 10100 | 1000001 | 1101 | 101010 | 1000110 | 111011 |
Color Harmonies of #DFB24D
Complementary color
Monochromatic Colors of #DFB24D
Black with #DFB24D
Text Example
Text Example
White with #DFB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB24D; }
p { color: rgb(223,178,77); }
H1.HeaderClassName
{
color: #DFB24D;
}
.AnyTagClassName
{
color: #DFB24D;
}
</style>
background-color css
<style>
a { background-color: #DFB24D; }
a { background-color: rgb(223,178,77); }
div.DivClassName
{
background-color: #DFB24D;
}
.BgClassName
{
background-color: #DFB24D;
}
</style>
border-color css
<style>
span { border-color: #DFB24D; }
span { border-color: rgb(223,178,77); }
td.TdClassName
{
border-color: #DFB24D;
}
.TagClassName
{
border-color: #DFB24D;
}
</style>