#D97849

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

Shades of Jaffa #D97849

Tints of Jaffa #D97849

Color information

#D97849 (or 0xD97849) is unknown color: approx Jaffa. HEX triplet: D9, 78 and 49. RGB value is (217,120,73). Sum of RGB (Red+Green+Blue) = 217+120+73=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D97849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97849 is #2687B6. Grayscale: #8F8F8F. Windows color (decimal): -2525111 or 4815065. OLE color: 4815065.

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

Color convert

RGB21712073-
CMYK00.450.660.15
HSL19.58º65.45%56.86%-
HSV(B)19.58º66.36%85.1%-
XYZ36.5328.679.91-
YUV143.6488.14180.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.93%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=52.93%
G=29.27%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171207300.450.660.1519.5865.4556.86
HexD9784902D42F144139
Octal331170111055102172410171
Binary1101100111110001001001010110110000101111101001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97849; }

 p { color: rgb(217,120,73); }

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

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

 a { background-color: rgb(217,120,73); }

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

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

 span { border-color: rgb(217,120,73); }

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