Shades of Jaffa #DC754B
Tints of Jaffa #DC754B
RGB
CMYK
RGB Variations
Color information
#DC754B (or 0xDC754B) is known color: Jaffa. HEX triplet: DC, 75 and 4B. RGB value is (220,117,75). Sum of RGB (Red+Green+Blue) = 220+117+75=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC754B is #238AB4. Grayscale: #8F8F8F. Windows color (decimal): -2329269 or 4945372. OLE color: 4945372.
HSL color Cylindrical-coordinate representation of color #DC754B: hue angle of 17.38º 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 #DC754B is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 75 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.14 |
| HSL | 17.38º | 0.67% | 0.58% | - |
| HSV(B) | 17.38º | 0.66% | 0.86% | - |
| XYZ | 37.15 | 28.45 | 10.19 | - |
| YUV | 143.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 75 | 0 | 0.47 | 0.66 | 0.14 | 17.38 | 0.67 | 0.58 |
| Hex | DC | 75 | 4B | 0 | 2F | 42 | E | 11 | 43 | 3A |
| Octal | 334 | 165 | 113 | 0 | 57 | 102 | 16 | 21 | 103 | 72 |
| Binary | 11011100 | 1110101 | 1001011 | 0 | 101111 | 1000010 | 1110 | 10001 | 1000011 | 111010 |
Color Harmonies of #DC754B
Complementary color
Monochromatic Colors of #DC754B
Black with #DC754B
Text Example
Text Example
White with #DC754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC754B; }
p { color: rgb(220,117,75); }
H1.HeaderClassName
{
color: #DC754B;
}
.AnyTagClassName
{
color: #DC754B;
}
</style>
background-color css
<style>
a { background-color: #DC754B; }
a { background-color: rgb(220,117,75); }
div.DivClassName
{
background-color: #DC754B;
}
.BgClassName
{
background-color: #DC754B;
}
</style>
border-color css
<style>
span { border-color: #DC754B; }
span { border-color: rgb(220,117,75); }
td.TdClassName
{
border-color: #DC754B;
}
.TagClassName
{
border-color: #DC754B;
}
</style>