Html Css Color HEX #D97440 Jaffa

📋 copy color: '#D97440'

red 217 ◦ green 116 ◦ blue 64

#D97440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #D97440

Tints of Jaffa #D97440

RGB

 RED value IS 217 (85.16% from 255) = 54.66%

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 54.66%
G = 29.22%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D97440 (or 0xD97440) is known color: Jaffa. HEX triplet: D9, 74 and 40. RGB value is (217,116,64). Sum of RGB (Red+Green+Blue) = 217+116+64=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D97440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97440 is #268BBF. Grayscale: #8C8C8C. Windows color (decimal): -2526144 or 4224217. OLE color: 4224217.

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

Color convert

RGB 217 116 64 -
CMYK 0 0.47 0.71 0.15
HSL 20.39º 0.67% 0.55% -
HSV(B) 20.39º 0.71% 0.85% -
XYZ 35.79 27.61 8.29 -
YUV 140.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 217 116 64 0 0.47 0.71 0.15 20.39 0.67 0.55
Hex D9 74 40 0 2F 47 F 14 43 37
Octal 331 164 100 0 57 107 17 24 103 67
Binary 11011001 1110100 1000000 0 101111 1000111 1111 10100 1000011 110111

Color Harmonies of #D97440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97440

Black with #D97440

Text Example


Text Example

White with #D97440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97440; }

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

 H1.HeaderClassName
 {
   color: #D97440;
 }
 .AnyTagClassName
 {
   color: #D97440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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