#DC7D43

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

Shades of Jaffa #DC7D43

Tints of Jaffa #DC7D43

Color information

#DC7D43 (or 0xDC7D43) is unknown color: approx Jaffa. HEX triplet: DC, 7D and 43. RGB value is (220,125,67). Sum of RGB (Red+Green+Blue) = 220+125+67=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D43 is #2382BC. Grayscale: #939393. Windows color (decimal): -2327229 or 4423132. OLE color: 4423132.

HSL color Cylindrical-coordinate representation of color #DC7D43: hue angle of 22.75º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC7D43 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB22012567-
CMYK00.430.700.14
HSL22.75º68.61%56.27%-
HSV(B)22.75º69.55%86.27%-
XYZ37.8630.299.16-
YUV146.7982.97180.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.40%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 67 (26.56% from 255) = 16.26%
R=53.40%
G=30.34%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201256700.430.700.1422.7568.6156.27
HexDC7D4302B46E174538
Octal334175103053106162710570
Binary1101110011111011000011010101110001101110101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D43; }

 p { color: rgb(220,125,67); }

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

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

 a { background-color: rgb(220,125,67); }

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

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

 span { border-color: rgb(220,125,67); }

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