Shades of Jaffa #DC714A
Tints of Jaffa #DC714A
RGB
CMYK
RGB Variations
Color information
#DC714A (or 0xDC714A) is known color: Jaffa. HEX triplet: DC, 71 and 4A. RGB value is (220,113,74). Sum of RGB (Red+Green+Blue) = 220+113+74=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC714A is #238EB5. Grayscale: #8C8C8C. Windows color (decimal): -2330294 or 4878812. OLE color: 4878812.
HSL color Cylindrical-coordinate representation of color #DC714A: hue angle of 16.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC714A is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 74 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.14 |
| HSL | 16.03º | 0.68% | 0.58% | - |
| HSV(B) | 16.03º | 0.66% | 0.86% | - |
| XYZ | 36.66 | 27.52 | 9.86 | - |
| YUV | 140.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 74 | 0 | 0.49 | 0.66 | 0.14 | 16.03 | 0.68 | 0.58 |
| Hex | DC | 71 | 4A | 0 | 31 | 42 | E | 10 | 44 | 3A |
| Octal | 334 | 161 | 112 | 0 | 61 | 102 | 16 | 20 | 104 | 72 |
| Binary | 11011100 | 1110001 | 1001010 | 0 | 110001 | 1000010 | 1110 | 10000 | 1000100 | 111010 |
Color Harmonies of #DC714A
Complementary color
Monochromatic Colors of #DC714A
Black with #DC714A
Text Example
Text Example
White with #DC714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC714A; }
p { color: rgb(220,113,74); }
H1.HeaderClassName
{
color: #DC714A;
}
.AnyTagClassName
{
color: #DC714A;
}
</style>
background-color css
<style>
a { background-color: #DC714A; }
a { background-color: rgb(220,113,74); }
div.DivClassName
{
background-color: #DC714A;
}
.BgClassName
{
background-color: #DC714A;
}
</style>
border-color css
<style>
span { border-color: #DC714A; }
span { border-color: rgb(220,113,74); }
td.TdClassName
{
border-color: #DC714A;
}
.TagClassName
{
border-color: #DC714A;
}
</style>