Html Css Color HEX #D97745 Jaffa

📋 copy color: '#D97745'

red 217 ◦ green 119 ◦ blue 69

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

Shades of Jaffa #D97745

Tints of Jaffa #D97745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 53.58%
G = 29.38%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D97745 (or 0xD97745) is known color: Jaffa. HEX triplet: D9, 77 and 45. RGB value is (217,119,69). Sum of RGB (Red+Green+Blue) = 217+119+69=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D97745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97745 is #2688BA. Grayscale: #8E8E8E. Windows color (decimal): -2525371 or 4552665. OLE color: 4552665.

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

Color convert

RGB 217 119 69 -
CMYK 0 0.45 0.68 0.15
HSL 20.27º 0.66% 0.56% -
HSV(B) 20.27º 0.68% 0.85% -
XYZ 36.29 28.38 9.19 -
YUV 142.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 217 119 69 0 0.45 0.68 0.15 20.27 0.66 0.56
Hex D9 77 45 0 2D 44 F 14 42 38
Octal 331 167 105 0 55 104 17 24 102 70
Binary 11011001 1110111 1000101 0 101101 1000100 1111 10100 1000010 111000

Color Harmonies of #D97745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97745

Black with #D97745

Text Example


Text Example

White with #D97745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97745; }

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

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

background-color css

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

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

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

border-color css

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

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

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