Html Css Color HEX #D97247 Jaffa

📋 copy color: '#D97247'

red 217 ◦ green 114 ◦ blue 71

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

Shades of Jaffa #D97247

Tints of Jaffa #D97247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

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

R = 53.98%
G = 28.36%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D97247 (or 0xD97247) is known color: Jaffa. HEX triplet: D9, 72 and 47. RGB value is (217,114,71). Sum of RGB (Red+Green+Blue) = 217+114+71=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D97247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97247 is #268DB8. Grayscale: #8C8C8C. Windows color (decimal): -2526649 or 4682457. OLE color: 4682457.

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

Color convert

RGB 217 114 71 -
CMYK 0 0.47 0.67 0.15
HSL 17.67º 0.66% 0.56% -
HSV(B) 17.67º 0.67% 0.85% -
XYZ 35.77 27.24 9.33 -
YUV 139.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 217 114 71 0 0.47 0.67 0.15 17.67 0.66 0.56
Hex D9 72 47 0 2F 43 F 12 42 38
Octal 331 162 107 0 57 103 17 22 102 70
Binary 11011001 1110010 1000111 0 101111 1000011 1111 10010 1000010 111000

Color Harmonies of #D97247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97247

Black with #D97247

Text Example


Text Example

White with #D97247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97247; }

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

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

background-color css

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

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

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

border-color css

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

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

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