Html Css Color HEX #D97545 Jaffa

📋 copy color: '#D97545'

red 217 ◦ green 117 ◦ blue 69

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

Shades of Jaffa #D97545

Tints of Jaffa #D97545

RGB

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

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

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

R = 53.85%
G = 29.03%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D97545 (or 0xD97545) is known color: Jaffa. HEX triplet: D9, 75 and 45. RGB value is (217,117,69). Sum of RGB (Red+Green+Blue) = 217+117+69=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D97545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97545 is #268ABA. Grayscale: #8D8D8D. Windows color (decimal): -2525883 or 4552153. OLE color: 4552153.

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

Color convert

RGB 217 117 69 -
CMYK 0 0.46 0.68 0.15
HSL 19.46º 0.66% 0.56% -
HSV(B) 19.46º 0.68% 0.85% -
XYZ 36.05 27.9 9.12 -
YUV 141.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 217 117 69 0 0.46 0.68 0.15 19.46 0.66 0.56
Hex D9 75 45 0 2E 44 F 13 42 38
Octal 331 165 105 0 56 104 17 23 102 70
Binary 11011001 1110101 1000101 0 101110 1000100 1111 10011 1000010 111000

Color Harmonies of #D97545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97545

Black with #D97545

Text Example


Text Example

White with #D97545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97545; }

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

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

background-color css

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

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

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

border-color css

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

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

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