Html Css Color HEX #D97346 Jaffa

📋 copy color: '#D97346'

red 217 ◦ green 115 ◦ blue 70

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

Shades of Jaffa #D97346

Tints of Jaffa #D97346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.61%

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 53.98%
G = 28.61%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D97346 (or 0xD97346) is known color: Jaffa. HEX triplet: D9, 73 and 46. RGB value is (217,115,70). Sum of RGB (Red+Green+Blue) = 217+115+70=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D97346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97346 is #268CB9. Grayscale: #8C8C8C. Windows color (decimal): -2526394 or 4617177. OLE color: 4617177.

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

Color convert

RGB 217 115 70 -
CMYK 0 0.47 0.68 0.15
HSL 18.37º 0.66% 0.56% -
HSV(B) 18.37º 0.68% 0.85% -
XYZ 35.85 27.46 9.2 -
YUV 140.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 217 115 70 0 0.47 0.68 0.15 18.37 0.66 0.56
Hex D9 73 46 0 2F 44 F 12 42 38
Octal 331 163 106 0 57 104 17 22 102 70
Binary 11011001 1110011 1000110 0 101111 1000100 1111 10010 1000010 111000

Color Harmonies of #D97346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97346

Black with #D97346

Text Example


Text Example

White with #D97346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97346; }

 p { color: rgb(217,115,70); }

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

background-color css

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

 a { background-color: rgb(217,115,70); }

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

border-color css

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

 span { border-color: rgb(217,115,70); }

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