Html Css Color HEX #D97740 Jaffa

📋 copy color: '#D97740'

red 217 ◦ green 119 ◦ blue 64

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

Shades of Jaffa #D97740

Tints of Jaffa #D97740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

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

R = 54.25%
G = 29.75%
B = 16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D97740 (or 0xD97740) is known color: Jaffa. HEX triplet: D9, 77 and 40. RGB value is (217,119,64). Sum of RGB (Red+Green+Blue) = 217+119+64=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D97740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97740 is #2688BF. Grayscale: #8E8E8E. Windows color (decimal): -2525376 or 4224985. OLE color: 4224985.

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

Color convert

RGB 217 119 64 -
CMYK 0 0.45 0.71 0.15
HSL 21.57º 0.67% 0.55% -
HSV(B) 21.57º 0.71% 0.85% -
XYZ 36.14 28.32 8.41 -
YUV 142.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 217 119 64 0 0.45 0.71 0.15 21.57 0.67 0.55
Hex D9 77 40 0 2D 47 F 16 43 37
Octal 331 167 100 0 55 107 17 26 103 67
Binary 11011001 1110111 1000000 0 101101 1000111 1111 10110 1000011 110111

Color Harmonies of #D97740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97740

Black with #D97740

Text Example


Text Example

White with #D97740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97740; }

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

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

background-color css

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

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

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

border-color css

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

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

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