Shades of Jaffa #DD764A
Tints of Jaffa #DD764A
RGB
CMYK
RGB Variations
Color information
#DD764A (or 0xDD764A) is known color: Jaffa. HEX triplet: DD, 76 and 4A. RGB value is (221,118,74). Sum of RGB (Red+Green+Blue) = 221+118+74=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD764A is #2289B5. Grayscale: #909090. Windows color (decimal): -2263478 or 4880093. OLE color: 4880093.
HSL color Cylindrical-coordinate representation of color #DD764A: hue angle of 17.96º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD764A is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 74 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.13 |
| HSL | 17.96º | 0.68% | 0.58% | - |
| HSV(B) | 17.96º | 0.67% | 0.87% | - |
| XYZ | 37.53 | 28.82 | 10.06 | - |
| YUV | 143.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 74 | 0 | 0.47 | 0.67 | 0.13 | 17.96 | 0.68 | 0.58 |
| Hex | DD | 76 | 4A | 0 | 2F | 43 | D | 12 | 44 | 3A |
| Octal | 335 | 166 | 112 | 0 | 57 | 103 | 15 | 22 | 104 | 72 |
| Binary | 11011101 | 1110110 | 1001010 | 0 | 101111 | 1000011 | 1101 | 10010 | 1000100 | 111010 |
Color Harmonies of #DD764A
Complementary color
Monochromatic Colors of #DD764A
Black with #DD764A
Text Example
Text Example
White with #DD764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD764A; }
p { color: rgb(221,118,74); }
H1.HeaderClassName
{
color: #DD764A;
}
.AnyTagClassName
{
color: #DD764A;
}
</style>
background-color css
<style>
a { background-color: #DD764A; }
a { background-color: rgb(221,118,74); }
div.DivClassName
{
background-color: #DD764A;
}
.BgClassName
{
background-color: #DD764A;
}
</style>
border-color css
<style>
span { border-color: #DD764A; }
span { border-color: rgb(221,118,74); }
td.TdClassName
{
border-color: #DD764A;
}
.TagClassName
{
border-color: #DD764A;
}
</style>