Html Css Color HEX #DE7C4A Jaffa

📋 copy color: '#DE7C4A'

red 222 ◦ green 124 ◦ blue 74

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

Shades of Jaffa #DE7C4A

Tints of Jaffa #DE7C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 74 (29.3% from 255) = 17.62%

R = 52.86%
G = 29.52%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE7C4A (or 0xDE7C4A) is known color: Jaffa. HEX triplet: DE, 7C and 4A. RGB value is (222,124,74). Sum of RGB (Red+Green+Blue) = 222+124+74=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C4A is #2183B5. Grayscale: #939393. Windows color (decimal): -2196406 or 4881630. OLE color: 4881630.

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

Color convert

RGB 222 124 74 -
CMYK 0 0.44 0.67 0.13
HSL 20.27º 0.69% 0.58% -
HSV(B) 20.27º 0.67% 0.87% -
XYZ 38.57 30.44 10.32 -
YUV 147.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 222 124 74 0 0.44 0.67 0.13 20.27 0.69 0.58
Hex DE 7C 4A 0 2C 43 D 14 45 3A
Octal 336 174 112 0 54 103 15 24 105 72
Binary 11011110 1111100 1001010 0 101100 1000011 1101 10100 1000101 111010

Color Harmonies of #DE7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C4A

Black with #DE7C4A

Text Example


Text Example

White with #DE7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C4A; }

 p { color: rgb(222,124,74); }

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

background-color css

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

 a { background-color: rgb(222,124,74); }

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

border-color css

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

 span { border-color: rgb(222,124,74); }

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