Html Css Color HEX #DE764A Jaffa

📋 copy color: '#DE764A'

red 222 ◦ green 118 ◦ blue 74

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

Shades of Jaffa #DE764A

Tints of Jaffa #DE764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 53.62%
G = 28.5%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE764A (or 0xDE764A) is known color: Jaffa. HEX triplet: DE, 76 and 4A. RGB value is (222,118,74). Sum of RGB (Red+Green+Blue) = 222+118+74=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE764A is #2189B5. Grayscale: #909090. Windows color (decimal): -2197942 or 4880094. OLE color: 4880094.

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

Color convert

RGB 222 118 74 -
CMYK 0 0.47 0.67 0.13
HSL 17.84º 0.69% 0.58% -
HSV(B) 17.84º 0.67% 0.87% -
XYZ 37.84 28.98 10.08 -
YUV 144.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 222 118 74 0 0.47 0.67 0.13 17.84 0.69 0.58
Hex DE 76 4A 0 2F 43 D 12 45 3A
Octal 336 166 112 0 57 103 15 22 105 72
Binary 11011110 1110110 1001010 0 101111 1000011 1101 10010 1000101 111010

Color Harmonies of #DE764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE764A

Black with #DE764A

Text Example


Text Example

White with #DE764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE764A; }

 p { color: rgb(222,118,74); }

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

background-color css

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

 a { background-color: rgb(222,118,74); }

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

border-color css

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

 span { border-color: rgb(222,118,74); }

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