Html Css Color HEX #DE7149 Jaffa

📋 copy color: '#DE7149'

red 222 ◦ green 113 ◦ blue 73

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

Shades of Jaffa #DE7149

Tints of Jaffa #DE7149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

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

R = 54.41%
G = 27.7%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE7149 (or 0xDE7149) is known color: Jaffa. HEX triplet: DE, 71 and 49. RGB value is (222,113,73). Sum of RGB (Red+Green+Blue) = 222+113+73=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7149 is #218EB6. Grayscale: #8D8D8D. Windows color (decimal): -2199223 or 4813278. OLE color: 4813278.

HSL color Cylindrical-coordinate representation of color #DE7149: hue angle of 16.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE7149 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 113 73 -
CMYK 0 0.49 0.67 0.13
HSL 16.11º 0.69% 0.58% -
HSV(B) 16.11º 0.67% 0.87% -
XYZ 37.23 27.82 9.71 -
YUV 141.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 222 113 73 0 0.49 0.67 0.13 16.11 0.69 0.58
Hex DE 71 49 0 31 43 D 10 45 3A
Octal 336 161 111 0 61 103 15 20 105 72
Binary 11011110 1110001 1001001 0 110001 1000011 1101 10000 1000101 111010

Color Harmonies of #DE7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7149

Black with #DE7149

Text Example


Text Example

White with #DE7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7149; }

 p { color: rgb(222,113,73); }

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

background-color css

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

 a { background-color: rgb(222,113,73); }

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

border-color css

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

 span { border-color: rgb(222,113,73); }

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