Html Css Color HEX #D97449 Jaffa

📋 copy color: '#D97449'

red 217 ◦ green 116 ◦ blue 73

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

Shades of Jaffa #D97449

Tints of Jaffa #D97449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 53.45%
G = 28.57%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D97449 (or 0xD97449) is known color: Jaffa. HEX triplet: D9, 74 and 49. RGB value is (217,116,73). Sum of RGB (Red+Green+Blue) = 217+116+73=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D97449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97449 is #268BB6. Grayscale: #8D8D8D. Windows color (decimal): -2526135 or 4814041. OLE color: 4814041.

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

Color convert

RGB 217 116 73 -
CMYK 0 0.47 0.66 0.15
HSL 17.92º 0.65% 0.57% -
HSV(B) 17.92º 0.66% 0.85% -
XYZ 36.06 27.72 9.75 -
YUV 141.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 217 116 73 0 0.47 0.66 0.15 17.92 0.65 0.57
Hex D9 74 49 0 2F 42 F 12 41 39
Octal 331 164 111 0 57 102 17 22 101 71
Binary 11011001 1110100 1001001 0 101111 1000010 1111 10010 1000001 111001

Color Harmonies of #D97449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97449

Black with #D97449

Text Example


Text Example

White with #D97449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97449; }

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

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

background-color css

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

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

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

border-color css

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

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

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