Shades of Jaffa #DC7F4C
Tints of Jaffa #DC7F4C
RGB
CMYK
RGB Variations
Color information
#DC7F4C (or 0xDC7F4C) is known color: Jaffa. HEX triplet: DC, 7F and 4C. RGB value is (220,127,76). Sum of RGB (Red+Green+Blue) = 220+127+76=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F4C is #2380B3. Grayscale: #959595. Windows color (decimal): -2326708 or 5013468. OLE color: 5013468.
HSL color Cylindrical-coordinate representation of color #DC7F4C: hue angle of 21.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC7F4C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 76 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.14 |
| HSL | 21.25º | 0.67% | 0.58% | - |
| HSV(B) | 21.25º | 0.65% | 0.86% | - |
| XYZ | 38.41 | 30.92 | 10.78 | - |
| YUV | 148.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 76 | 0 | 0.42 | 0.65 | 0.14 | 21.25 | 0.67 | 0.58 |
| Hex | DC | 7F | 4C | 0 | 2A | 41 | E | 15 | 43 | 3A |
| Octal | 334 | 177 | 114 | 0 | 52 | 101 | 16 | 25 | 103 | 72 |
| Binary | 11011100 | 1111111 | 1001100 | 0 | 101010 | 1000001 | 1110 | 10101 | 1000011 | 111010 |
Color Harmonies of #DC7F4C
Complementary color
Monochromatic Colors of #DC7F4C
Black with #DC7F4C
Text Example
Text Example
White with #DC7F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F4C; }
p { color: rgb(220,127,76); }
H1.HeaderClassName
{
color: #DC7F4C;
}
.AnyTagClassName
{
color: #DC7F4C;
}
</style>
background-color css
<style>
a { background-color: #DC7F4C; }
a { background-color: rgb(220,127,76); }
div.DivClassName
{
background-color: #DC7F4C;
}
.BgClassName
{
background-color: #DC7F4C;
}
</style>
border-color css
<style>
span { border-color: #DC7F4C; }
span { border-color: rgb(220,127,76); }
td.TdClassName
{
border-color: #DC7F4C;
}
.TagClassName
{
border-color: #DC7F4C;
}
</style>