Html Css Color HEX #DE6E49 Jaffa

📋 copy color: '#DE6E49'

red 222 ◦ green 110 ◦ blue 73

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

Shades of Jaffa #DE6E49

Tints of Jaffa #DE6E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

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

R = 54.81%
G = 27.16%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE6E49 (or 0xDE6E49) is known color: Jaffa. HEX triplet: DE, 6E and 49. RGB value is (222,110,73). Sum of RGB (Red+Green+Blue) = 222+110+73=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6E49 is #2191B6. Grayscale: #8B8B8B. Windows color (decimal): -2199991 or 4812510. OLE color: 4812510.

HSL color Cylindrical-coordinate representation of color #DE6E49: hue angle of 14.9º 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 #DE6E49 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 110 73 -
CMYK 0 0.50 0.67 0.13
HSL 14.9º 0.69% 0.58% -
HSV(B) 14.9º 0.67% 0.87% -
XYZ 36.9 27.16 9.6 -
YUV 139.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 222 110 73 0 0.50 0.67 0.13 14.9 0.69 0.58
Hex DE 6E 49 0 32 43 D F 45 3A
Octal 336 156 111 0 62 103 15 17 105 72
Binary 11011110 1101110 1001001 0 110010 1000011 1101 1111 1000101 111010

Color Harmonies of #DE6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6E49

Black with #DE6E49

Text Example


Text Example

White with #DE6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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