Html Css Color HEX #D97748 Jaffa

📋 copy color: '#D97748'

red 217 ◦ green 119 ◦ blue 72

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

Shades of Jaffa #D97748

Tints of Jaffa #D97748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 53.19%
G = 29.17%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D97748 (or 0xD97748) is known color: Jaffa. HEX triplet: D9, 77 and 48. RGB value is (217,119,72). Sum of RGB (Red+Green+Blue) = 217+119+72=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D97748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97748 is #2688B7. Grayscale: #8F8F8F. Windows color (decimal): -2525368 or 4749273. OLE color: 4749273.

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

Color convert

RGB 217 119 72 -
CMYK 0 0.45 0.67 0.15
HSL 19.45º 0.66% 0.57% -
HSV(B) 19.45º 0.67% 0.85% -
XYZ 36.38 28.41 9.7 -
YUV 142.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 217 119 72 0 0.45 0.67 0.15 19.45 0.66 0.57
Hex D9 77 48 0 2D 43 F 13 42 39
Octal 331 167 110 0 55 103 17 23 102 71
Binary 11011001 1110111 1001000 0 101101 1000011 1111 10011 1000010 111001

Color Harmonies of #D97748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97748

Black with #D97748

Text Example


Text Example

White with #D97748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97748; }

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

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

background-color css

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

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

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

border-color css

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

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

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