Html Css Color HEX #DE7340 Jaffa

📋 copy color: '#DE7340'

red 222 ◦ green 115 ◦ blue 64

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

Shades of Jaffa #DE7340

Tints of Jaffa #DE7340

RGB

 RED value IS 222 (87.11% from 255) = 55.36%

 GREEN value IS 115 (45.31% from 255) = 28.68%

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

R = 55.36%
G = 28.68%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE7340 (or 0xDE7340) is known color: Jaffa. HEX triplet: DE, 73 and 40. RGB value is (222,115,64). Sum of RGB (Red+Green+Blue) = 222+115+64=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7340 is #218CBF. Grayscale: #8D8D8D. Windows color (decimal): -2198720 or 4223966. OLE color: 4223966.

HSL color Cylindrical-coordinate representation of color #DE7340: hue angle of 19.37º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE7340 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 115 64 -
CMYK 0 0.48 0.71 0.13
HSL 19.37º 0.71% 0.56% -
HSV(B) 19.37º 0.71% 0.87% -
XYZ 37.18 28.16 8.33 -
YUV 141.18 84.45 185.65 -
System Red Green Blue C M Y K H S L
Decimal 222 115 64 0 0.48 0.71 0.13 19.37 0.71 0.56
Hex DE 73 40 0 30 47 D 13 47 38
Octal 336 163 100 0 60 107 15 23 107 70
Binary 11011110 1110011 1000000 0 110000 1000111 1101 10011 1000111 111000

Color Harmonies of #DE7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7340

Black with #DE7340

Text Example


Text Example

White with #DE7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7340; }

 p { color: rgb(222,115,64); }

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

background-color css

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

 a { background-color: rgb(222,115,64); }

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

border-color css

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

 span { border-color: rgb(222,115,64); }

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