Html Css Color HEX #D97544 Jaffa

📋 copy color: '#D97544'

red 217 ◦ green 117 ◦ blue 68

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

Shades of Jaffa #D97544

Tints of Jaffa #D97544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

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

R = 53.98%
G = 29.1%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D97544 (or 0xD97544) is known color: Jaffa. HEX triplet: D9, 75 and 44. RGB value is (217,117,68). Sum of RGB (Red+Green+Blue) = 217+117+68=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D97544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97544 is #268ABB. Grayscale: #8D8D8D. Windows color (decimal): -2525884 or 4486617. OLE color: 4486617.

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

Color convert

RGB 217 117 68 -
CMYK 0 0.46 0.69 0.15
HSL 19.73º 0.66% 0.56% -
HSV(B) 19.73º 0.69% 0.85% -
XYZ 36.02 27.89 8.95 -
YUV 141.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 217 117 68 0 0.46 0.69 0.15 19.73 0.66 0.56
Hex D9 75 44 0 2E 45 F 14 42 38
Octal 331 165 104 0 56 105 17 24 102 70
Binary 11011001 1110101 1000100 0 101110 1000101 1111 10100 1000010 111000

Color Harmonies of #D97544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97544

Black with #D97544

Text Example


Text Example

White with #D97544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97544; }

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

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

background-color css

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

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

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

border-color css

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

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

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