Html Css Color HEX #DE7D47 Jaffa

📋 copy color: '#DE7D47'

red 222 ◦ green 125 ◦ blue 71

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

Shades of Jaffa #DE7D47

Tints of Jaffa #DE7D47

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 53.11%
G = 29.9%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE7D47 (or 0xDE7D47) is known color: Jaffa. HEX triplet: DE, 7D and 47. RGB value is (222,125,71). Sum of RGB (Red+Green+Blue) = 222+125+71=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D47 is #2182B8. Grayscale: #949494. Windows color (decimal): -2196153 or 4685278. OLE color: 4685278.

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

Color convert

RGB 222 125 71 -
CMYK 0 0.44 0.68 0.13
HSL 21.46º 0.7% 0.57% -
HSV(B) 21.46º 0.68% 0.87% -
XYZ 38.6 30.65 9.84 -
YUV 147.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 222 125 71 0 0.44 0.68 0.13 21.46 0.7 0.57
Hex DE 7D 47 0 2C 44 D 15 46 39
Octal 336 175 107 0 54 104 15 25 106 71
Binary 11011110 1111101 1000111 0 101100 1000100 1101 10101 1000110 111001

Color Harmonies of #DE7D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D47

Black with #DE7D47

Text Example


Text Example

White with #DE7D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D47; }

 p { color: rgb(222,125,71); }

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

background-color css

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

 a { background-color: rgb(222,125,71); }

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

border-color css

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

 span { border-color: rgb(222,125,71); }

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