#DC714C

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

Shades of Jaffa #DC714C

Tints of Jaffa #DC714C

Color information

#DC714C (or 0xDC714C) is unknown color: approx Jaffa. HEX triplet: DC, 71 and 4C. RGB value is (220,113,76). Sum of RGB (Red+Green+Blue) = 220+113+76=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC714C is #238EB3. Grayscale: #8D8D8D. Windows color (decimal): -2330292 or 5009884. OLE color: 5009884.

HSL color Cylindrical-coordinate representation of color #DC714C: hue angle of 15.42º 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 #DC714C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB22011376-
CMYK00.490.650.14
HSL15.42º67.29%58.04%-
HSV(B)15.42º65.45%86.27%-
XYZ36.7227.5510.22-
YUV140.7791.45184.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 76 (30.08% from 255) = 18.58%
R=53.79%
G=27.63%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201137600.490.650.1415.4267.2958.04
HexDC714C03141Ef433a
Octal334161114061101161710372
Binary110111001110001100110001100011000001111011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC714C; }

 p { color: rgb(220,113,76); }

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

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

 a { background-color: rgb(220,113,76); }

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

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

 span { border-color: rgb(220,113,76); }

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