Html Css Color HEX #D97749 Jaffa

📋 copy color: '#D97749'

red 217 ◦ green 119 ◦ blue 73

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

Shades of Jaffa #D97749

Tints of Jaffa #D97749

RGB

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

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

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

R = 53.06%
G = 29.1%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D97749 (or 0xD97749) is known color: Jaffa. HEX triplet: D9, 77 and 49. RGB value is (217,119,73). Sum of RGB (Red+Green+Blue) = 217+119+73=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D97749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97749 is #2688B6. Grayscale: #8F8F8F. Windows color (decimal): -2525367 or 4814809. OLE color: 4814809.

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

Color convert

RGB 217 119 73 -
CMYK 0 0.45 0.66 0.15
HSL 19.17º 0.65% 0.57% -
HSV(B) 19.17º 0.66% 0.85% -
XYZ 36.41 28.43 9.87 -
YUV 143.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 217 119 73 0 0.45 0.66 0.15 19.17 0.65 0.57
Hex D9 77 49 0 2D 42 F 13 41 39
Octal 331 167 111 0 55 102 17 23 101 71
Binary 11011001 1110111 1001001 0 101101 1000010 1111 10011 1000001 111001

Color Harmonies of #D97749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97749

Black with #D97749

Text Example


Text Example

White with #D97749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97749; }

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

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

background-color css

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

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

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

border-color css

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

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

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