Shades of Jaffa #DC6E4A
Tints of Jaffa #DC6E4A
RGB
CMYK
RGB Variations
Color information
#DC6E4A (or 0xDC6E4A) is known color: Jaffa. HEX triplet: DC, 6E and 4A. RGB value is (220,110,74). Sum of RGB (Red+Green+Blue) = 220+110+74=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E4A is #2391B5. Grayscale: #8B8B8B. Windows color (decimal): -2331062 or 4878044. OLE color: 4878044.
HSL color Cylindrical-coordinate representation of color #DC6E4A: hue angle of 14.79º 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 #DC6E4A is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 74 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.14 |
| HSL | 14.79º | 0.68% | 0.58% | - |
| HSV(B) | 14.79º | 0.66% | 0.86% | - |
| XYZ | 36.33 | 26.86 | 9.75 | - |
| YUV | 138.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 74 | 0 | 0.50 | 0.66 | 0.14 | 14.79 | 0.68 | 0.58 |
| Hex | DC | 6E | 4A | 0 | 32 | 42 | E | F | 44 | 3A |
| Octal | 334 | 156 | 112 | 0 | 62 | 102 | 16 | 17 | 104 | 72 |
| Binary | 11011100 | 1101110 | 1001010 | 0 | 110010 | 1000010 | 1110 | 1111 | 1000100 | 111010 |
Color Harmonies of #DC6E4A
Complementary color
Monochromatic Colors of #DC6E4A
Black with #DC6E4A
Text Example
Text Example
White with #DC6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E4A; }
p { color: rgb(220,110,74); }
H1.HeaderClassName
{
color: #DC6E4A;
}
.AnyTagClassName
{
color: #DC6E4A;
}
</style>
background-color css
<style>
a { background-color: #DC6E4A; }
a { background-color: rgb(220,110,74); }
div.DivClassName
{
background-color: #DC6E4A;
}
.BgClassName
{
background-color: #DC6E4A;
}
</style>
border-color css
<style>
span { border-color: #DC6E4A; }
span { border-color: rgb(220,110,74); }
td.TdClassName
{
border-color: #DC6E4A;
}
.TagClassName
{
border-color: #DC6E4A;
}
</style>