#D97642

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

Shades of Jaffa #D97642

Tints of Jaffa #D97642

Color information

#D97642 (or 0xD97642) is unknown color: approx Jaffa. HEX triplet: D9, 76 and 42. RGB value is (217,118,66). Sum of RGB (Red+Green+Blue) = 217+118+66=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D97642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97642 is #2689BD. Grayscale: #8D8D8D. Windows color (decimal): -2525630 or 4355801. OLE color: 4355801.

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

Color convert

RGB21711866-
CMYK00.460.700.15
HSL20.66º66.52%55.49%-
HSV(B)20.66º69.59%85.1%-
XYZ36.0828.18.68-
YUV141.6785.3181.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.11%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=54.11%
G=29.43%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171186600.460.700.1520.6666.5255.49
HexD9764202E46F154337
Octal331166102056106172510367
Binary1101100111101101000010010111010001101111101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97642; }

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

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

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

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

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

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

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

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