Html Css Color HEX #DE7E50 Jaffa

📋 copy color: '#DE7E50'

red 222 ◦ green 126 ◦ blue 80

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

Shades of Jaffa #DE7E50

Tints of Jaffa #DE7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 51.87%
G = 29.44%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE7E50 (or 0xDE7E50) is known color: Jaffa. HEX triplet: DE, 7E and 50. RGB value is (222,126,80). Sum of RGB (Red+Green+Blue) = 222+126+80=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E50 is #2181AF. Grayscale: #959595. Windows color (decimal): -2195888 or 5275358. OLE color: 5275358.

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

Color convert

RGB 222 126 80 -
CMYK 0 0.43 0.64 0.13
HSL 19.44º 0.68% 0.59% -
HSV(B) 19.44º 0.64% 0.87% -
XYZ 39.03 31.03 11.52 -
YUV 149.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 222 126 80 0 0.43 0.64 0.13 19.44 0.68 0.59
Hex DE 7E 50 0 2B 40 D 13 44 3B
Octal 336 176 120 0 53 100 15 23 104 73
Binary 11011110 1111110 1010000 0 101011 1000000 1101 10011 1000100 111011

Color Harmonies of #DE7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E50

Black with #DE7E50

Text Example


Text Example

White with #DE7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E50; }

 p { color: rgb(222,126,80); }

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

background-color css

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

 a { background-color: rgb(222,126,80); }

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

border-color css

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

 span { border-color: rgb(222,126,80); }

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