Shades of Jaffa #DF814C
Tints of Jaffa #DF814C
RGB
CMYK
RGB Variations
Color information
#DF814C (or 0xDF814C) is known color: Jaffa. HEX triplet: DF, 81 and 4C. RGB value is (223,129,76). Sum of RGB (Red+Green+Blue) = 223+129+76=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF814C is #207EB3. Grayscale: #979797. Windows color (decimal): -2129588 or 5013983. OLE color: 5013983.
HSL color Cylindrical-coordinate representation of color #DF814C: hue angle of 21.63º 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 #DF814C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 76 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.13 |
| HSL | 21.63º | 0.7% | 0.59% | - |
| HSV(B) | 21.63º | 0.66% | 0.87% | - |
| XYZ | 39.59 | 31.91 | 10.91 | - |
| YUV | 151.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 76 | 0 | 0.42 | 0.66 | 0.13 | 21.63 | 0.7 | 0.59 |
| Hex | DF | 81 | 4C | 0 | 2A | 42 | D | 16 | 46 | 3B |
| Octal | 337 | 201 | 114 | 0 | 52 | 102 | 15 | 26 | 106 | 73 |
| Binary | 11011111 | 10000001 | 1001100 | 0 | 101010 | 1000010 | 1101 | 10110 | 1000110 | 111011 |
Color Harmonies of #DF814C
Complementary color
Monochromatic Colors of #DF814C
Black with #DF814C
Text Example
Text Example
White with #DF814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF814C; }
p { color: rgb(223,129,76); }
H1.HeaderClassName
{
color: #DF814C;
}
.AnyTagClassName
{
color: #DF814C;
}
</style>
background-color css
<style>
a { background-color: #DF814C; }
a { background-color: rgb(223,129,76); }
div.DivClassName
{
background-color: #DF814C;
}
.BgClassName
{
background-color: #DF814C;
}
</style>
border-color css
<style>
span { border-color: #DF814C; }
span { border-color: rgb(223,129,76); }
td.TdClassName
{
border-color: #DF814C;
}
.TagClassName
{
border-color: #DF814C;
}
</style>