Html Css Color HEX #D97647 Jaffa

📋 copy color: '#D97647'

red 217 ◦ green 118 ◦ blue 71

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

Shades of Jaffa #D97647

Tints of Jaffa #D97647

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 53.45%
G = 29.06%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D97647 (or 0xD97647) is known color: Jaffa. HEX triplet: D9, 76 and 47. RGB value is (217,118,71). Sum of RGB (Red+Green+Blue) = 217+118+71=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D97647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97647 is #2689B8. Grayscale: #8E8E8E. Windows color (decimal): -2525625 or 4683481. OLE color: 4683481.

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

Color convert

RGB 217 118 71 -
CMYK 0 0.46 0.67 0.15
HSL 19.32º 0.66% 0.56% -
HSV(B) 19.32º 0.67% 0.85% -
XYZ 36.23 28.16 9.49 -
YUV 142.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 217 118 71 0 0.46 0.67 0.15 19.32 0.66 0.56
Hex D9 76 47 0 2E 43 F 13 42 38
Octal 331 166 107 0 56 103 17 23 102 70
Binary 11011001 1110110 1000111 0 101110 1000011 1111 10011 1000010 111000

Color Harmonies of #D97647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97647

Black with #D97647

Text Example


Text Example

White with #D97647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97647; }

 p { color: rgb(217,118,71); }

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

background-color css

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

 a { background-color: rgb(217,118,71); }

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

border-color css

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

 span { border-color: rgb(217,118,71); }

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