Html Css Color HEX #DE7E51 Jaffa

📋 copy color: '#DE7E51'

red 222 ◦ green 126 ◦ blue 81

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

Shades of Jaffa #DE7E51

Tints of Jaffa #DE7E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.88%

R = 51.75%
G = 29.37%
B = 18.88%

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

#DE7E51 (or 0xDE7E51) is known color: Jaffa. HEX triplet: DE, 7E and 51. RGB value is (222,126,81). Sum of RGB (Red+Green+Blue) = 222+126+81=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E51 is #2181AE. Grayscale: #959595. Windows color (decimal): -2195887 or 5340894. OLE color: 5340894.

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

Color convert

RGB 222 126 81 -
CMYK 0 0.43 0.64 0.13
HSL 19.15º 0.68% 0.59% -
HSV(B) 19.15º 0.64% 0.87% -
XYZ 39.07 31.05 11.72 -
YUV 149.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 222 126 81 0 0.43 0.64 0.13 19.15 0.68 0.59
Hex DE 7E 51 0 2B 40 D 13 44 3B
Octal 336 176 121 0 53 100 15 23 104 73
Binary 11011110 1111110 1010001 0 101011 1000000 1101 10011 1000100 111011

Color Harmonies of #DE7E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E51

Black with #DE7E51

Text Example


Text Example

White with #DE7E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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