Shades of Jaffa #DC7F4B
Tints of Jaffa #DC7F4B
RGB
CMYK
RGB Variations
Color information
#DC7F4B (or 0xDC7F4B) is known color: Jaffa. HEX triplet: DC, 7F and 4B. RGB value is (220,127,75). Sum of RGB (Red+Green+Blue) = 220+127+75=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F4B is #2380B4. Grayscale: #959595. Windows color (decimal): -2326709 or 4947932. OLE color: 4947932.
HSL color Cylindrical-coordinate representation of color #DC7F4B: hue angle of 21.52º 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 #DC7F4B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 75 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.14 |
| HSL | 21.52º | 0.67% | 0.58% | - |
| HSV(B) | 21.52º | 0.66% | 0.86% | - |
| XYZ | 38.37 | 30.9 | 10.6 | - |
| YUV | 148.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 75 | 0 | 0.42 | 0.66 | 0.14 | 21.52 | 0.67 | 0.58 |
| Hex | DC | 7F | 4B | 0 | 2A | 42 | E | 16 | 43 | 3A |
| Octal | 334 | 177 | 113 | 0 | 52 | 102 | 16 | 26 | 103 | 72 |
| Binary | 11011100 | 1111111 | 1001011 | 0 | 101010 | 1000010 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DC7F4B
Complementary color
Monochromatic Colors of #DC7F4B
Black with #DC7F4B
Text Example
Text Example
White with #DC7F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F4B; }
p { color: rgb(220,127,75); }
H1.HeaderClassName
{
color: #DC7F4B;
}
.AnyTagClassName
{
color: #DC7F4B;
}
</style>
background-color css
<style>
a { background-color: #DC7F4B; }
a { background-color: rgb(220,127,75); }
div.DivClassName
{
background-color: #DC7F4B;
}
.BgClassName
{
background-color: #DC7F4B;
}
</style>
border-color css
<style>
span { border-color: #DC7F4B; }
span { border-color: rgb(220,127,75); }
td.TdClassName
{
border-color: #DC7F4B;
}
.TagClassName
{
border-color: #DC7F4B;
}
</style>