Html Css Color HEX #D97540 Jaffa

📋 copy color: '#D97540'

red 217 ◦ green 117 ◦ blue 64

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

Shades of Jaffa #D97540

Tints of Jaffa #D97540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 54.52%
G = 29.4%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D97540 (or 0xD97540) is known color: Jaffa. HEX triplet: D9, 75 and 40. RGB value is (217,117,64). Sum of RGB (Red+Green+Blue) = 217+117+64=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D97540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97540 is #268ABF. Grayscale: #8D8D8D. Windows color (decimal): -2525888 or 4224473. OLE color: 4224473.

HSL color Cylindrical-coordinate representation of color #D97540: hue angle of 20.78º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D97540 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 64 -
CMYK 0 0.46 0.71 0.15
HSL 20.78º 0.67% 0.55% -
HSV(B) 20.78º 0.71% 0.85% -
XYZ 35.9 27.84 8.33 -
YUV 140.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 217 117 64 0 0.46 0.71 0.15 20.78 0.67 0.55
Hex D9 75 40 0 2E 47 F 15 43 37
Octal 331 165 100 0 56 107 17 25 103 67
Binary 11011001 1110101 1000000 0 101110 1000111 1111 10101 1000011 110111

Color Harmonies of #D97540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97540

Black with #D97540

Text Example


Text Example

White with #D97540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97540; }

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

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

background-color css

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

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

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

border-color css

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

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

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