Html Css Color HEX #D97445 Jaffa

📋 copy color: '#D97445'

red 217 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #D97445

Tints of Jaffa #D97445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

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

R = 53.98%
G = 28.86%
B = 17.16%

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

#D97445 (or 0xD97445) is known color: Jaffa. HEX triplet: D9, 74 and 45. RGB value is (217,116,69). Sum of RGB (Red+Green+Blue) = 217+116+69=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D97445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97445 is #268BBA. Grayscale: #8D8D8D. Windows color (decimal): -2526139 or 4551897. OLE color: 4551897.

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

Color convert

RGB 217 116 69 -
CMYK 0 0.47 0.68 0.15
HSL 19.05º 0.66% 0.56% -
HSV(B) 19.05º 0.68% 0.85% -
XYZ 35.93 27.67 9.08 -
YUV 140.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 217 116 69 0 0.47 0.68 0.15 19.05 0.66 0.56
Hex D9 74 45 0 2F 44 F 13 42 38
Octal 331 164 105 0 57 104 17 23 102 70
Binary 11011001 1110100 1000101 0 101111 1000100 1111 10011 1000010 111000

Color Harmonies of #D97445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97445

Black with #D97445

Text Example


Text Example

White with #D97445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97445; }

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

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

background-color css

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

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

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

border-color css

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

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

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