Html Css Color HEX #DE7C4C Jaffa

📋 copy color: '#DE7C4C'

red 222 ◦ green 124 ◦ blue 76

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

Shades of Jaffa #DE7C4C

Tints of Jaffa #DE7C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 52.61%
G = 29.38%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE7C4C (or 0xDE7C4C) is known color: Jaffa. HEX triplet: DE, 7C and 4C. RGB value is (222,124,76). Sum of RGB (Red+Green+Blue) = 222+124+76=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C4C is #2183B3. Grayscale: #949494. Windows color (decimal): -2196404 or 5012702. OLE color: 5012702.

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

Color convert

RGB 222 124 76 -
CMYK 0 0.44 0.66 0.13
HSL 19.73º 0.69% 0.58% -
HSV(B) 19.73º 0.66% 0.87% -
XYZ 38.64 30.47 10.68 -
YUV 147.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 222 124 76 0 0.44 0.66 0.13 19.73 0.69 0.58
Hex DE 7C 4C 0 2C 42 D 14 45 3A
Octal 336 174 114 0 54 102 15 24 105 72
Binary 11011110 1111100 1001100 0 101100 1000010 1101 10100 1000101 111010

Color Harmonies of #DE7C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C4C

Black with #DE7C4C

Text Example


Text Example

White with #DE7C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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