Html Css Color HEX #DE744D Jaffa

📋 copy color: '#DE744D'

red 222 ◦ green 116 ◦ blue 77

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

Shades of Jaffa #DE744D

Tints of Jaffa #DE744D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 53.49%
G = 27.95%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE744D (or 0xDE744D) is known color: Jaffa. HEX triplet: DE, 74 and 4D. RGB value is (222,116,77). Sum of RGB (Red+Green+Blue) = 222+116+77=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE744D is #218BB2. Grayscale: #8F8F8F. Windows color (decimal): -2198451 or 5076190. OLE color: 5076190.

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

Color convert

RGB 222 116 77 -
CMYK 0 0.48 0.65 0.13
HSL 16.14º 0.69% 0.59% -
HSV(B) 16.14º 0.65% 0.87% -
XYZ 37.71 28.56 10.55 -
YUV 143.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 222 116 77 0 0.48 0.65 0.13 16.14 0.69 0.59
Hex DE 74 4D 0 30 41 D 10 45 3B
Octal 336 164 115 0 60 101 15 20 105 73
Binary 11011110 1110100 1001101 0 110000 1000001 1101 10000 1000101 111011

Color Harmonies of #DE744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE744D

Black with #DE744D

Text Example


Text Example

White with #DE744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE744D; }

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

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

background-color css

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

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

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

border-color css

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

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

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