Shades of Jaffa #DC7E4B
Tints of Jaffa #DC7E4B
RGB
CMYK
RGB Variations
Color information
#DC7E4B (or 0xDC7E4B) is known color: Jaffa. HEX triplet: DC, 7E and 4B. RGB value is (220,126,75). Sum of RGB (Red+Green+Blue) = 220+126+75=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E4B is #2381B4. Grayscale: #949494. Windows color (decimal): -2326965 or 4947676. OLE color: 4947676.
HSL color Cylindrical-coordinate representation of color #DC7E4B: hue angle of 21.1º degrees, saturation: 0.67, 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 #DC7E4B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 75 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.14 |
| HSL | 21.1º | 0.67% | 0.58% | - |
| HSV(B) | 21.1º | 0.66% | 0.86% | - |
| XYZ | 38.25 | 30.65 | 10.56 | - |
| YUV | 148.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 75 | 0 | 0.43 | 0.66 | 0.14 | 21.1 | 0.67 | 0.58 |
| Hex | DC | 7E | 4B | 0 | 2B | 42 | E | 15 | 43 | 3A |
| Octal | 334 | 176 | 113 | 0 | 53 | 102 | 16 | 25 | 103 | 72 |
| Binary | 11011100 | 1111110 | 1001011 | 0 | 101011 | 1000010 | 1110 | 10101 | 1000011 | 111010 |
Color Harmonies of #DC7E4B
Complementary color
Monochromatic Colors of #DC7E4B
Black with #DC7E4B
Text Example
Text Example
White with #DC7E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E4B; }
p { color: rgb(220,126,75); }
H1.HeaderClassName
{
color: #DC7E4B;
}
.AnyTagClassName
{
color: #DC7E4B;
}
</style>
background-color css
<style>
a { background-color: #DC7E4B; }
a { background-color: rgb(220,126,75); }
div.DivClassName
{
background-color: #DC7E4B;
}
.BgClassName
{
background-color: #DC7E4B;
}
</style>
border-color css
<style>
span { border-color: #DC7E4B; }
span { border-color: rgb(220,126,75); }
td.TdClassName
{
border-color: #DC7E4B;
}
.TagClassName
{
border-color: #DC7E4B;
}
</style>