#D97442

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

Shades of Jaffa #D97442

Tints of Jaffa #D97442

Color information

#D97442 (or 0xD97442) is unknown color: approx Jaffa. HEX triplet: D9, 74 and 42. RGB value is (217,116,66). Sum of RGB (Red+Green+Blue) = 217+116+66=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D97442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97442 is #268BBD. Grayscale: #8C8C8C. Windows color (decimal): -2526142 or 4355289. OLE color: 4355289.

HSL color Cylindrical-coordinate representation of color #D97442: hue angle of 19.87º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D97442 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21711666-
CMYK00.470.700.15
HSL19.87º66.52%55.49%-
HSV(B)19.87º69.59%85.1%-
XYZ35.8427.648.6-
YUV140.585.96182.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=54.39%
G=29.07%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171166600.470.700.1519.8766.5255.49
HexD9744202F46F144337
Octal331164102057106172410367
Binary1101100111101001000010010111110001101111101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97442; }

 p { color: rgb(217,116,66); }

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

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

 a { background-color: rgb(217,116,66); }

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

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

 span { border-color: rgb(217,116,66); }

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