Html Css Color HEX #DE7348 Jaffa

📋 copy color: '#DE7348'

red 222 ◦ green 115 ◦ blue 72

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

Shades of Jaffa #DE7348

Tints of Jaffa #DE7348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

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

R = 54.28%
G = 28.12%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE7348 (or 0xDE7348) is known color: Jaffa. HEX triplet: DE, 73 and 48. RGB value is (222,115,72). Sum of RGB (Red+Green+Blue) = 222+115+72=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7348 is #218CB7. Grayscale: #8E8E8E. Windows color (decimal): -2198712 or 4748254. OLE color: 4748254.

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

Color convert

RGB 222 115 72 -
CMYK 0 0.48 0.68 0.13
HSL 17.2º 0.69% 0.58% -
HSV(B) 17.2º 0.68% 0.87% -
XYZ 37.42 28.26 9.61 -
YUV 142.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 222 115 72 0 0.48 0.68 0.13 17.2 0.69 0.58
Hex DE 73 48 0 30 44 D 11 45 3A
Octal 336 163 110 0 60 104 15 21 105 72
Binary 11011110 1110011 1001000 0 110000 1000100 1101 10001 1000101 111010

Color Harmonies of #DE7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7348

Black with #DE7348

Text Example


Text Example

White with #DE7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7348; }

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

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

background-color css

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

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

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

border-color css

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

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

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