Html Css Color HEX #D97849 Jaffa

📋 copy color: '#D97849'

red 217 ◦ green 120 ◦ blue 73

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

Shades of Jaffa #D97849

Tints of Jaffa #D97849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.27%

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 52.93%
G = 29.27%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D97849 (or 0xD97849) is known color: Jaffa. HEX triplet: D9, 78 and 49. RGB value is (217,120,73). Sum of RGB (Red+Green+Blue) = 217+120+73=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D97849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97849 is #2687B6. Grayscale: #8F8F8F. Windows color (decimal): -2525111 or 4815065. OLE color: 4815065.

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

Color convert

RGB 217 120 73 -
CMYK 0 0.45 0.66 0.15
HSL 19.58º 0.65% 0.57% -
HSV(B) 19.58º 0.66% 0.85% -
XYZ 36.53 28.67 9.91 -
YUV 143.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 217 120 73 0 0.45 0.66 0.15 19.58 0.65 0.57
Hex D9 78 49 0 2D 42 F 14 41 39
Octal 331 170 111 0 55 102 17 24 101 71
Binary 11011001 1111000 1001001 0 101101 1000010 1111 10100 1000001 111001

Color Harmonies of #D97849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97849

Black with #D97849

Text Example


Text Example

White with #D97849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97849; }

 p { color: rgb(217,120,73); }

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

background-color css

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

 a { background-color: rgb(217,120,73); }

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

border-color css

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

 span { border-color: rgb(217,120,73); }

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