#D97143

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

Shades of Jaffa #D97143

Tints of Jaffa #D97143

Color information

#D97143 (or 0xD97143) is unknown color: approx Jaffa. HEX triplet: D9, 71 and 43. RGB value is (217,113,67). Sum of RGB (Red+Green+Blue) = 217+113+67=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D97143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97143 is #268EBC. Grayscale: #8B8B8B. Windows color (decimal): -2526909 or 4420057. OLE color: 4420057.

HSL color Cylindrical-coordinate representation of color #D97143: hue angle of 18.4º 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 #D97143 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21711367-
CMYK00.480.690.15
HSL18.4º66.37%55.69%-
HSV(B)18.4º69.12%85.1%-
XYZ35.5326.978.64-
YUV138.8587.46183.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 67 (26.56% from 255) = 16.88%
R=54.66%
G=28.46%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171136700.480.690.1518.466.3755.69
HexD9714303045F124238
Octal331161103060105172210270
Binary1101100111100011000011011000010001011111100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97143; }

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

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

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

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

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

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

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

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