Html Css Color HEX #DE7A4E Jaffa

📋 copy color: '#DE7A4E'

red 222 ◦ green 122 ◦ blue 78

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

Shades of Jaffa #DE7A4E

Tints of Jaffa #DE7A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

 BLUE value IS 78 (30.86% from 255) = 18.48%

R = 52.61%
G = 28.91%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE7A4E (or 0xDE7A4E) is known color: Jaffa. HEX triplet: DE, 7A and 4E. RGB value is (222,122,78). Sum of RGB (Red+Green+Blue) = 222+122+78=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A4E is #2185B1. Grayscale: #939393. Windows color (decimal): -2196914 or 5143262. OLE color: 5143262.

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

Color convert

RGB 222 122 78 -
CMYK 0 0.45 0.65 0.13
HSL 18.33º 0.69% 0.59% -
HSV(B) 18.33º 0.65% 0.87% -
XYZ 38.46 30 10.97 -
YUV 146.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 222 122 78 0 0.45 0.65 0.13 18.33 0.69 0.59
Hex DE 7A 4E 0 2D 41 D 12 45 3B
Octal 336 172 116 0 55 101 15 22 105 73
Binary 11011110 1111010 1001110 0 101101 1000001 1101 10010 1000101 111011

Color Harmonies of #DE7A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7A4E

Black with #DE7A4E

Text Example


Text Example

White with #DE7A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7A4E; }

 p { color: rgb(222,122,78); }

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

background-color css

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

 a { background-color: rgb(222,122,78); }

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

border-color css

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

 span { border-color: rgb(222,122,78); }

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