Shades of Jaffa #DC763B
Tints of Jaffa #DC763B
RGB
CMYK
RGB Variations
Color information
#DC763B (or 0xDC763B) is known color: Jaffa. HEX triplet: DC, 76 and 3B. RGB value is (220,118,59). Sum of RGB (Red+Green+Blue) = 220+118+59=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC763B is #2389C4. Grayscale: #8E8E8E. Windows color (decimal): -2329029 or 3897052. OLE color: 3897052.
HSL color Cylindrical-coordinate representation of color #DC763B: hue angle of 21.99º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC763B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 59 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.14 |
| HSL | 21.99º | 0.7% | 0.55% | - |
| HSV(B) | 21.99º | 0.73% | 0.86% | - |
| XYZ | 36.78 | 28.49 | 7.7 | - |
| YUV | 141.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 59 | 0 | 0.46 | 0.73 | 0.14 | 21.99 | 0.7 | 0.55 |
| Hex | DC | 76 | 3B | 0 | 2E | 49 | E | 16 | 46 | 37 |
| Octal | 334 | 166 | 73 | 0 | 56 | 111 | 16 | 26 | 106 | 67 |
| Binary | 11011100 | 1110110 | 111011 | 0 | 101110 | 1001001 | 1110 | 10110 | 1000110 | 110111 |
Color Harmonies of #DC763B
Complementary color
Monochromatic Colors of #DC763B
Black with #DC763B
Text Example
Text Example
White with #DC763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC763B; }
p { color: rgb(220,118,59); }
H1.HeaderClassName
{
color: #DC763B;
}
.AnyTagClassName
{
color: #DC763B;
}
</style>
background-color css
<style>
a { background-color: #DC763B; }
a { background-color: rgb(220,118,59); }
div.DivClassName
{
background-color: #DC763B;
}
.BgClassName
{
background-color: #DC763B;
}
</style>
border-color css
<style>
span { border-color: #DC763B; }
span { border-color: rgb(220,118,59); }
td.TdClassName
{
border-color: #DC763B;
}
.TagClassName
{
border-color: #DC763B;
}
</style>