Shades of Jaffa #DC763F
Tints of Jaffa #DC763F
RGB
CMYK
RGB Variations
Color information
#DC763F (or 0xDC763F) is known color: Jaffa. HEX triplet: DC, 76 and 3F. RGB value is (220,118,63). Sum of RGB (Red+Green+Blue) = 220+118+63=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC763F is #2389C0. Grayscale: #8E8E8E. Windows color (decimal): -2329025 or 4159196. OLE color: 4159196.
HSL color Cylindrical-coordinate representation of color #DC763F: hue angle of 21.02º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC763F is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 63 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.14 |
| HSL | 21.02º | 0.69% | 0.55% | - |
| HSV(B) | 21.02º | 0.71% | 0.86% | - |
| XYZ | 36.89 | 28.53 | 8.27 | - |
| YUV | 142.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 63 | 0 | 0.46 | 0.71 | 0.14 | 21.02 | 0.69 | 0.55 |
| Hex | DC | 76 | 3F | 0 | 2E | 47 | E | 15 | 45 | 37 |
| Octal | 334 | 166 | 77 | 0 | 56 | 107 | 16 | 25 | 105 | 67 |
| Binary | 11011100 | 1110110 | 111111 | 0 | 101110 | 1000111 | 1110 | 10101 | 1000101 | 110111 |
Color Harmonies of #DC763F
Complementary color
Monochromatic Colors of #DC763F
Black with #DC763F
Text Example
Text Example
White with #DC763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC763F; }
p { color: rgb(220,118,63); }
H1.HeaderClassName
{
color: #DC763F;
}
.AnyTagClassName
{
color: #DC763F;
}
</style>
background-color css
<style>
a { background-color: #DC763F; }
a { background-color: rgb(220,118,63); }
div.DivClassName
{
background-color: #DC763F;
}
.BgClassName
{
background-color: #DC763F;
}
</style>
border-color css
<style>
span { border-color: #DC763F; }
span { border-color: rgb(220,118,63); }
td.TdClassName
{
border-color: #DC763F;
}
.TagClassName
{
border-color: #DC763F;
}
</style>