#D97540

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

Shades of Jaffa #D97540

Tints of Jaffa #D97540

Color information

#D97540 (or 0xD97540) is unknown color: approx Jaffa. HEX triplet: D9, 75 and 40. RGB value is (217,117,64). Sum of RGB (Red+Green+Blue) = 217+117+64=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D97540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97540 is #268ABF. Grayscale: #8D8D8D. Windows color (decimal): -2525888 or 4224473. OLE color: 4224473.

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

Color convert

RGB21711764-
CMYK00.460.710.15
HSL20.78º66.81%55.1%-
HSV(B)20.78º70.51%85.1%-
XYZ35.927.848.33-
YUV140.8684.63182.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.52%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=54.52%
G=29.40%
B=16.08%

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
Decimal2171176400.460.710.1520.7866.8155.1
HexD9754002E47F154337
Octal331165100056107172510367
Binary1101100111101011000000010111010001111111101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97540; }

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

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

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

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

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

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

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

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