#D97647

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

Shades of Jaffa #D97647

Tints of Jaffa #D97647

Color information

#D97647 (or 0xD97647) is unknown color: approx Jaffa. HEX triplet: D9, 76 and 47. RGB value is (217,118,71). Sum of RGB (Red+Green+Blue) = 217+118+71=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D97647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97647 is #2689B8. Grayscale: #8E8E8E. Windows color (decimal): -2525625 or 4683481. OLE color: 4683481.

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

Color convert

RGB21711871-
CMYK00.460.670.15
HSL19.32º65.77%56.47%-
HSV(B)19.32º67.28%85.1%-
XYZ36.2328.169.49-
YUV142.2487.8181.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.45%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 71 (28.12% from 255) = 17.49%
R=53.45%
G=29.06%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171187100.460.670.1519.3265.7756.47
HexD9764702E43F134238
Octal331166107056103172310270
Binary1101100111101101000111010111010000111111100111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97647; }

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

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

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

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

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

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

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

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