Html Css Color HEX #D97648 Jaffa

📋 copy color: '#D97648'

red 217 ◦ green 118 ◦ blue 72

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

Shades of Jaffa #D97648

Tints of Jaffa #D97648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 53.32%
G = 28.99%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D97648 (or 0xD97648) is known color: Jaffa. HEX triplet: D9, 76 and 48. RGB value is (217,118,72). Sum of RGB (Red+Green+Blue) = 217+118+72=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D97648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97648 is #2689B7. Grayscale: #8E8E8E. Windows color (decimal): -2525624 or 4749017. OLE color: 4749017.

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

Color convert

RGB 217 118 72 -
CMYK 0 0.46 0.67 0.15
HSL 19.03º 0.66% 0.57% -
HSV(B) 19.03º 0.67% 0.85% -
XYZ 36.26 28.18 9.66 -
YUV 142.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 217 118 72 0 0.46 0.67 0.15 19.03 0.66 0.57
Hex D9 76 48 0 2E 43 F 13 42 39
Octal 331 166 110 0 56 103 17 23 102 71
Binary 11011001 1110110 1001000 0 101110 1000011 1111 10011 1000010 111001

Color Harmonies of #D97648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97648

Black with #D97648

Text Example


Text Example

White with #D97648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97648; }

 p { color: rgb(217,118,72); }

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

background-color css

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

 a { background-color: rgb(217,118,72); }

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

border-color css

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

 span { border-color: rgb(217,118,72); }

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