#DC754E

Color #DC754E Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #DC754E

Tints of Jaffa #DC754E

Color information

#DC754E (or 0xDC754E) is unknown color: approx Jaffa. HEX triplet: DC, 75 and 4E. RGB value is (220,117,78). Sum of RGB (Red+Green+Blue) = 220+117+78=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC754E is #238AB1. Grayscale: #8F8F8F. Windows color (decimal): -2329266 or 5141980. OLE color: 5141980.

HSL color Cylindrical-coordinate representation of color #DC754E: hue angle of 16.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC754E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22011778-
CMYK00.470.650.14
HSL16.48º66.98%58.43%-
HSV(B)16.48º64.55%86.27%-
XYZ37.2528.4910.74-
YUV143.3591.12182.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=53.01%
G=28.19%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201177800.470.650.1416.4866.9858.43
HexDC754E02F41E10433a
Octal334165116057101162010372
Binary1101110011101011001110010111110000011110100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC754E; }

 p { color: rgb(220,117,78); }

 H1.HeaderClassName
 {
   color: #DC754E;
 }
 .AnyTagClassName
 {
   color: #DC754E;
 }
</style>
background-color css

<style>
 a { background-color: #DC754E; }

 a { background-color: rgb(220,117,78); }

 div.DivClassName
 {
   background-color: #DC754E;
 }
 .BgClassName
 {
   background-color: #DC754E;
 }
</style>
border-color css

<style>
 span { border-color: #DC754E; }

 span { border-color: rgb(220,117,78); }

 td.TdClassName
 {
   border-color: #DC754E;
 }
 .TagClassName
 {
   border-color: #DC754E;
 }
</style>