Html Css Color HEX #D97144 Jaffa

📋 copy color: '#D97144'

red 217 ◦ green 113 ◦ blue 68

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

Shades of Jaffa #D97144

Tints of Jaffa #D97144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.39%

 BLUE value IS 68 (26.95% from 255) = 17.09%

R = 54.52%
G = 28.39%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D97144 (or 0xD97144) is known color: Jaffa. HEX triplet: D9, 71 and 44. RGB value is (217,113,68). Sum of RGB (Red+Green+Blue) = 217+113+68=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D97144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97144 is #268EBB. Grayscale: #8B8B8B. Windows color (decimal): -2526908 or 4485593. OLE color: 4485593.

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

Color convert

RGB 217 113 68 -
CMYK 0 0.48 0.69 0.15
HSL 18.12º 0.66% 0.56% -
HSV(B) 18.12º 0.69% 0.85% -
XYZ 35.56 26.98 8.8 -
YUV 138.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 217 113 68 0 0.48 0.69 0.15 18.12 0.66 0.56
Hex D9 71 44 0 30 45 F 12 42 38
Octal 331 161 104 0 60 105 17 22 102 70
Binary 11011001 1110001 1000100 0 110000 1000101 1111 10010 1000010 111000

Color Harmonies of #D97144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97144

Black with #D97144

Text Example


Text Example

White with #D97144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97144; }

 p { color: rgb(217,113,68); }

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

background-color css

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

 a { background-color: rgb(217,113,68); }

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

border-color css

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

 span { border-color: rgb(217,113,68); }

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