#D97343

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

Shades of Jaffa #D97343

Tints of Jaffa #D97343

Color information

#D97343 (or 0xD97343) is unknown color: approx Jaffa. HEX triplet: D9, 73 and 43. RGB value is (217,115,67). Sum of RGB (Red+Green+Blue) = 217+115+67=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D97343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97343 is #268CBC. Grayscale: #8C8C8C. Windows color (decimal): -2526397 or 4420569. OLE color: 4420569.

HSL color Cylindrical-coordinate representation of color #D97343: hue angle of 19.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D97343 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21711567-
CMYK00.470.690.15
HSL19.2º66.37%55.69%-
HSV(B)19.2º69.12%85.1%-
XYZ35.7627.428.72-
YUV140.0386.79182.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 67 (26.56% from 255) = 16.79%
R=54.39%
G=28.82%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171156700.470.690.1519.266.3755.69
HexD9734302F45F134238
Octal331163103057105172310270
Binary1101100111100111000011010111110001011111100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97343; }

 p { color: rgb(217,115,67); }

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

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

 a { background-color: rgb(217,115,67); }

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

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

 span { border-color: rgb(217,115,67); }

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