Html Css Color HEX #DE7047 Jaffa

📋 copy color: '#DE7047'

red 222 ◦ green 112 ◦ blue 71

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

Shades of Jaffa #DE7047

Tints of Jaffa #DE7047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

 BLUE value IS 71 (28.13% from 255) = 17.53%

R = 54.81%
G = 27.65%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE7047 (or 0xDE7047) is known color: Jaffa. HEX triplet: DE, 70 and 47. RGB value is (222,112,71). Sum of RGB (Red+Green+Blue) = 222+112+71=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7047 is #218FB8. Grayscale: #8C8C8C. Windows color (decimal): -2199481 or 4681950. OLE color: 4681950.

HSL color Cylindrical-coordinate representation of color #DE7047: hue angle of 16.29º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE7047 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 112 71 -
CMYK 0 0.50 0.68 0.13
HSL 16.29º 0.7% 0.57% -
HSV(B) 16.29º 0.68% 0.87% -
XYZ 37.06 27.57 9.33 -
YUV 140.22 88.94 186.33 -
System Red Green Blue C M Y K H S L
Decimal 222 112 71 0 0.50 0.68 0.13 16.29 0.7 0.57
Hex DE 70 47 0 32 44 D 10 46 39
Octal 336 160 107 0 62 104 15 20 106 71
Binary 11011110 1110000 1000111 0 110010 1000100 1101 10000 1000110 111001

Color Harmonies of #DE7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7047

Black with #DE7047

Text Example


Text Example

White with #DE7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7047; }

 p { color: rgb(222,112,71); }

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

background-color css

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

 a { background-color: rgb(222,112,71); }

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

border-color css

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

 span { border-color: rgb(222,112,71); }

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