Html Css Color HEX #DE7C48 Jaffa

📋 copy color: '#DE7C48'

red 222 ◦ green 124 ◦ blue 72

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

Shades of Jaffa #DE7C48

Tints of Jaffa #DE7C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.22%

R = 53.11%
G = 29.67%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE7C48 (or 0xDE7C48) is known color: Jaffa. HEX triplet: DE, 7C and 48. RGB value is (222,124,72). Sum of RGB (Red+Green+Blue) = 222+124+72=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C48 is #2183B7. Grayscale: #939393. Windows color (decimal): -2196408 or 4750558. OLE color: 4750558.

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

Color convert

RGB 222 124 72 -
CMYK 0 0.44 0.68 0.13
HSL 20.8º 0.69% 0.58% -
HSV(B) 20.8º 0.68% 0.87% -
XYZ 38.5 30.41 9.97 -
YUV 147.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 222 124 72 0 0.44 0.68 0.13 20.8 0.69 0.58
Hex DE 7C 48 0 2C 44 D 15 45 3A
Octal 336 174 110 0 54 104 15 25 105 72
Binary 11011110 1111100 1001000 0 101100 1000100 1101 10101 1000101 111010

Color Harmonies of #DE7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C48

Black with #DE7C48

Text Example


Text Example

White with #DE7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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