Html Css Color HEX #D97843 Jaffa

📋 copy color: '#D97843'

red 217 ◦ green 120 ◦ blue 67

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

Shades of Jaffa #D97843

Tints of Jaffa #D97843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.58%

R = 53.71%
G = 29.7%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D97843 (or 0xD97843) is known color: Jaffa. HEX triplet: D9, 78 and 43. RGB value is (217,120,67). Sum of RGB (Red+Green+Blue) = 217+120+67=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D97843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97843 is #2687BC. Grayscale: #8F8F8F. Windows color (decimal): -2525117 or 4421849. OLE color: 4421849.

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

Color convert

RGB 217 120 67 -
CMYK 0 0.45 0.69 0.15
HSL 21.2º 0.66% 0.56% -
HSV(B) 21.2º 0.69% 0.85% -
XYZ 36.34 28.59 8.91 -
YUV 142.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 217 120 67 0 0.45 0.69 0.15 21.2 0.66 0.56
Hex D9 78 43 0 2D 45 F 15 42 38
Octal 331 170 103 0 55 105 17 25 102 70
Binary 11011001 1111000 1000011 0 101101 1000101 1111 10101 1000010 111000

Color Harmonies of #D97843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97843

Black with #D97843

Text Example


Text Example

White with #D97843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97843; }

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

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

background-color css

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

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

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

border-color css

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

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

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