Html Css Color HEX #DE7048 Jaffa

📋 copy color: '#DE7048'

red 222 ◦ green 112 ◦ blue 72

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

Shades of Jaffa #DE7048

Tints of Jaffa #DE7048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

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

R = 54.68%
G = 27.59%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE7048 (or 0xDE7048) is known color: Jaffa. HEX triplet: DE, 70 and 48. RGB value is (222,112,72). Sum of RGB (Red+Green+Blue) = 222+112+72=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7048 is #218FB7. Grayscale: #8C8C8C. Windows color (decimal): -2199480 or 4747486. OLE color: 4747486.

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

Color convert

RGB 222 112 72 -
CMYK 0 0.50 0.68 0.13
HSL 16º 0.69% 0.58% -
HSV(B) 16º 0.68% 0.87% -
XYZ 37.09 27.59 9.5 -
YUV 140.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 222 112 72 0 0.50 0.68 0.13 16 0.69 0.58
Hex DE 70 48 0 32 44 D 10 45 3A
Octal 336 160 110 0 62 104 15 20 105 72
Binary 11011110 1110000 1001000 0 110010 1000100 1101 10000 1000101 111010

Color Harmonies of #DE7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7048

Black with #DE7048

Text Example


Text Example

White with #DE7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7048; }

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

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

background-color css

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

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

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

border-color css

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

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

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