Html Css Color HEX #D97345 Jaffa

📋 copy color: '#D97345'

red 217 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #D97345

Tints of Jaffa #D97345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 54.11%
G = 28.68%
B = 17.21%

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

#D97345 (or 0xD97345) is known color: Jaffa. HEX triplet: D9, 73 and 45. RGB value is (217,115,69). Sum of RGB (Red+Green+Blue) = 217+115+69=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D97345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97345 is #268CBA. Grayscale: #8C8C8C. Windows color (decimal): -2526395 or 4551641. OLE color: 4551641.

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

Color convert

RGB 217 115 69 -
CMYK 0 0.47 0.68 0.15
HSL 18.65º 0.66% 0.56% -
HSV(B) 18.65º 0.68% 0.85% -
XYZ 35.82 27.44 9.04 -
YUV 140.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 217 115 69 0 0.47 0.68 0.15 18.65 0.66 0.56
Hex D9 73 45 0 2F 44 F 13 42 38
Octal 331 163 105 0 57 104 17 23 102 70
Binary 11011001 1110011 1000101 0 101111 1000100 1111 10011 1000010 111000

Color Harmonies of #D97345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97345

Black with #D97345

Text Example


Text Example

White with #D97345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97345; }

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

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

background-color css

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

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

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

border-color css

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

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

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