Shades of Jaffa #DC7D4B
Tints of Jaffa #DC7D4B
RGB
CMYK
RGB Variations
Color information
#DC7D4B (or 0xDC7D4B) is known color: Jaffa. HEX triplet: DC, 7D and 4B. RGB value is (220,125,75). Sum of RGB (Red+Green+Blue) = 220+125+75=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D4B is #2382B4. Grayscale: #949494. Windows color (decimal): -2327221 or 4947420. OLE color: 4947420.
HSL color Cylindrical-coordinate representation of color #DC7D4B: hue angle of 20.69º 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 #DC7D4B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 75 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.14 |
| HSL | 20.69º | 0.67% | 0.58% | - |
| HSV(B) | 20.69º | 0.66% | 0.86% | - |
| XYZ | 38.12 | 30.39 | 10.51 | - |
| YUV | 147.71 | 86.97 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 75 | 0 | 0.43 | 0.66 | 0.14 | 20.69 | 0.67 | 0.58 |
| Hex | DC | 7D | 4B | 0 | 2B | 42 | E | 15 | 43 | 3A |
| Octal | 334 | 175 | 113 | 0 | 53 | 102 | 16 | 25 | 103 | 72 |
| Binary | 11011100 | 1111101 | 1001011 | 0 | 101011 | 1000010 | 1110 | 10101 | 1000011 | 111010 |
Color Harmonies of #DC7D4B
Complementary color
Monochromatic Colors of #DC7D4B
Black with #DC7D4B
Text Example
Text Example
White with #DC7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D4B; }
p { color: rgb(220,125,75); }
H1.HeaderClassName
{
color: #DC7D4B;
}
.AnyTagClassName
{
color: #DC7D4B;
}
</style>
background-color css
<style>
a { background-color: #DC7D4B; }
a { background-color: rgb(220,125,75); }
div.DivClassName
{
background-color: #DC7D4B;
}
.BgClassName
{
background-color: #DC7D4B;
}
</style>
border-color css
<style>
span { border-color: #DC7D4B; }
span { border-color: rgb(220,125,75); }
td.TdClassName
{
border-color: #DC7D4B;
}
.TagClassName
{
border-color: #DC7D4B;
}
</style>