Shades of Jaffa #DC7B41
Tints of Jaffa #DC7B41
RGB
CMYK
RGB Variations
Color information
#DC7B41 (or 0xDC7B41) is known color: Jaffa. HEX triplet: DC, 7B and 41. RGB value is (220,123,65). Sum of RGB (Red+Green+Blue) = 220+123+65=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B41 is #2384BE. Grayscale: #919191. Windows color (decimal): -2327743 or 4291548. OLE color: 4291548.
HSL color Cylindrical-coordinate representation of color #DC7B41: hue angle of 22.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC7B41 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 65 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.14 |
| HSL | 22.45º | 0.69% | 0.56% | - |
| HSV(B) | 22.45º | 0.7% | 0.86% | - |
| XYZ | 37.55 | 29.76 | 8.77 | - |
| YUV | 145.39 | 82.64 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 65 | 0 | 0.44 | 0.70 | 0.14 | 22.45 | 0.69 | 0.56 |
| Hex | DC | 7B | 41 | 0 | 2C | 46 | E | 16 | 45 | 38 |
| Octal | 334 | 173 | 101 | 0 | 54 | 106 | 16 | 26 | 105 | 70 |
| Binary | 11011100 | 1111011 | 1000001 | 0 | 101100 | 1000110 | 1110 | 10110 | 1000101 | 111000 |
Color Harmonies of #DC7B41
Complementary color
Monochromatic Colors of #DC7B41
Black with #DC7B41
Text Example
Text Example
White with #DC7B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B41; }
p { color: rgb(220,123,65); }
H1.HeaderClassName
{
color: #DC7B41;
}
.AnyTagClassName
{
color: #DC7B41;
}
</style>
background-color css
<style>
a { background-color: #DC7B41; }
a { background-color: rgb(220,123,65); }
div.DivClassName
{
background-color: #DC7B41;
}
.BgClassName
{
background-color: #DC7B41;
}
</style>
border-color css
<style>
span { border-color: #DC7B41; }
span { border-color: rgb(220,123,65); }
td.TdClassName
{
border-color: #DC7B41;
}
.TagClassName
{
border-color: #DC7B41;
}
</style>