Html Css Color HEX #D97348 Jaffa

📋 copy color: '#D97348'

red 217 ◦ green 115 ◦ blue 72

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

Shades of Jaffa #D97348

Tints of Jaffa #D97348

RGB

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

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

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

R = 53.71%
G = 28.47%
B = 17.82%

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

#D97348 (or 0xD97348) is known color: Jaffa. HEX triplet: D9, 73 and 48. RGB value is (217,115,72). Sum of RGB (Red+Green+Blue) = 217+115+72=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D97348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97348 is #268CB7. Grayscale: #8C8C8C. Windows color (decimal): -2526392 or 4748249. OLE color: 4748249.

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

Color convert

RGB 217 115 72 -
CMYK 0 0.47 0.67 0.15
HSL 17.79º 0.66% 0.57% -
HSV(B) 17.79º 0.67% 0.85% -
XYZ 35.92 27.48 9.54 -
YUV 140.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 217 115 72 0 0.47 0.67 0.15 17.79 0.66 0.57
Hex D9 73 48 0 2F 43 F 12 42 39
Octal 331 163 110 0 57 103 17 22 102 71
Binary 11011001 1110011 1001000 0 101111 1000011 1111 10010 1000010 111001

Color Harmonies of #D97348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97348

Black with #D97348

Text Example


Text Example

White with #D97348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97348; }

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

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

background-color css

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

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

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

border-color css

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

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

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