Html Css Color HEX #D97044 Jaffa

📋 copy color: '#D97044'

red 217 ◦ green 112 ◦ blue 68

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

Shades of Jaffa #D97044

Tints of Jaffa #D97044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

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

R = 54.66%
G = 28.21%
B = 17.13%

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

#D97044 (or 0xD97044) is known color: Jaffa. HEX triplet: D9, 70 and 44. RGB value is (217,112,68). Sum of RGB (Red+Green+Blue) = 217+112+68=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D97044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97044 is #268FBB. Grayscale: #8A8A8A. Windows color (decimal): -2527164 or 4485337. OLE color: 4485337.

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

Color convert

RGB 217 112 68 -
CMYK 0 0.48 0.69 0.15
HSL 17.72º 0.66% 0.56% -
HSV(B) 17.72º 0.69% 0.85% -
XYZ 35.45 26.76 8.76 -
YUV 138.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 217 112 68 0 0.48 0.69 0.15 17.72 0.66 0.56
Hex D9 70 44 0 30 45 F 12 42 38
Octal 331 160 104 0 60 105 17 22 102 70
Binary 11011001 1110000 1000100 0 110000 1000101 1111 10010 1000010 111000

Color Harmonies of #D97044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97044

Black with #D97044

Text Example


Text Example

White with #D97044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97044; }

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

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

background-color css

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

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

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

border-color css

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

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

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