#D97640

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

Shades of Jaffa #D97640

Tints of Jaffa #D97640

Color information

#D97640 (or 0xD97640) is unknown color: approx Jaffa. HEX triplet: D9, 76 and 40. RGB value is (217,118,64). Sum of RGB (Red+Green+Blue) = 217+118+64=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D97640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97640 is #2689BF. Grayscale: #8D8D8D. Windows color (decimal): -2525632 or 4224729. OLE color: 4224729.

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

Color convert

RGB21711864-
CMYK00.460.710.15
HSL21.18º66.81%55.1%-
HSV(B)21.18º70.51%85.1%-
XYZ36.0228.088.37-
YUV141.4484.3181.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 64 (25.39% from 255) = 16.04%
R=54.39%
G=29.57%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171186400.460.710.1521.1866.8155.1
HexD9764002E47F154337
Octal331166100056107172510367
Binary1101100111101101000000010111010001111111101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97640; }

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

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

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

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

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

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

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

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