Html Css Color HEX #DE743E Jaffa

📋 copy color: '#DE743E'

red 222 ◦ green 116 ◦ blue 62

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

Shades of Jaffa #DE743E

Tints of Jaffa #DE743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 55.5%
G = 29%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE743E (or 0xDE743E) is known color: Jaffa. HEX triplet: DE, 74 and 3E. RGB value is (222,116,62). Sum of RGB (Red+Green+Blue) = 222+116+62=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE743E is #218BC1. Grayscale: #8D8D8D. Windows color (decimal): -2198466 or 4093150. OLE color: 4093150.

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

Color convert

RGB 222 116 62 -
CMYK 0 0.48 0.72 0.13
HSL 20.25º 0.71% 0.56% -
HSV(B) 20.25º 0.72% 0.87% -
XYZ 37.24 28.37 8.07 -
YUV 141.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 222 116 62 0 0.48 0.72 0.13 20.25 0.71 0.56
Hex DE 74 3E 0 30 48 D 14 47 38
Octal 336 164 76 0 60 110 15 24 107 70
Binary 11011110 1110100 111110 0 110000 1001000 1101 10100 1000111 111000

Color Harmonies of #DE743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE743E

Black with #DE743E

Text Example


Text Example

White with #DE743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE743E; }

 p { color: rgb(222,116,62); }

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

background-color css

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

 a { background-color: rgb(222,116,62); }

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

border-color css

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

 span { border-color: rgb(222,116,62); }

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