Shades of Jaffa #DC7F4A
Tints of Jaffa #DC7F4A
RGB
CMYK
RGB Variations
Color information
#DC7F4A (or 0xDC7F4A) is known color: Jaffa. HEX triplet: DC, 7F and 4A. RGB value is (220,127,74). Sum of RGB (Red+Green+Blue) = 220+127+74=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F4A is #2380B5. Grayscale: #959595. Windows color (decimal): -2326710 or 4882396. OLE color: 4882396.
HSL color Cylindrical-coordinate representation of color #DC7F4A: hue angle of 21.78º 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 #DC7F4A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 74 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.14 |
| HSL | 21.78º | 0.68% | 0.58% | - |
| HSV(B) | 21.78º | 0.66% | 0.86% | - |
| XYZ | 38.34 | 30.89 | 10.42 | - |
| YUV | 148.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 74 | 0 | 0.42 | 0.66 | 0.14 | 21.78 | 0.68 | 0.58 |
| Hex | DC | 7F | 4A | 0 | 2A | 42 | E | 16 | 44 | 3A |
| Octal | 334 | 177 | 112 | 0 | 52 | 102 | 16 | 26 | 104 | 72 |
| Binary | 11011100 | 1111111 | 1001010 | 0 | 101010 | 1000010 | 1110 | 10110 | 1000100 | 111010 |
Color Harmonies of #DC7F4A
Complementary color
Monochromatic Colors of #DC7F4A
Black with #DC7F4A
Text Example
Text Example
White with #DC7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F4A; }
p { color: rgb(220,127,74); }
H1.HeaderClassName
{
color: #DC7F4A;
}
.AnyTagClassName
{
color: #DC7F4A;
}
</style>
background-color css
<style>
a { background-color: #DC7F4A; }
a { background-color: rgb(220,127,74); }
div.DivClassName
{
background-color: #DC7F4A;
}
.BgClassName
{
background-color: #DC7F4A;
}
</style>
border-color css
<style>
span { border-color: #DC7F4A; }
span { border-color: rgb(220,127,74); }
td.TdClassName
{
border-color: #DC7F4A;
}
.TagClassName
{
border-color: #DC7F4A;
}
</style>