Html Css Color HEX #DE743D Jaffa

📋 copy color: '#DE743D'

red 222 ◦ green 116 ◦ blue 61

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

Shades of Jaffa #DE743D

Tints of Jaffa #DE743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.29%

R = 55.64%
G = 29.07%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE743D (or 0xDE743D) is known color: Jaffa. HEX triplet: DE, 74 and 3D. RGB value is (222,116,61). Sum of RGB (Red+Green+Blue) = 222+116+61=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE743D is #218BC2. Grayscale: #8D8D8D. Windows color (decimal): -2198467 or 4027614. OLE color: 4027614.

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

Color convert

RGB 222 116 61 -
CMYK 0 0.48 0.73 0.13
HSL 20.5º 0.71% 0.55% -
HSV(B) 20.5º 0.73% 0.87% -
XYZ 37.21 28.36 7.93 -
YUV 141.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 222 116 61 0 0.48 0.73 0.13 20.5 0.71 0.55
Hex DE 74 3D 0 30 49 D 14 47 37
Octal 336 164 75 0 60 111 15 24 107 67
Binary 11011110 1110100 111101 0 110000 1001001 1101 10100 1000111 110111

Color Harmonies of #DE743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE743D

Black with #DE743D

Text Example


Text Example

White with #DE743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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