Html Css Color HEX #DE8147 Jaffa

📋 copy color: '#DE8147'

red 222 ◦ green 129 ◦ blue 71

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

Shades of Jaffa #DE8147

Tints of Jaffa #DE8147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 52.61%
G = 30.57%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE8147 (or 0xDE8147) is known color: Jaffa. HEX triplet: DE, 81 and 47. RGB value is (222,129,71). Sum of RGB (Red+Green+Blue) = 222+129+71=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8147 is #217EB8. Grayscale: #969696. Windows color (decimal): -2195129 or 4686302. OLE color: 4686302.

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

Color convert

RGB 222 129 71 -
CMYK 0 0.42 0.68 0.13
HSL 23.05º 0.7% 0.57% -
HSV(B) 23.05º 0.68% 0.87% -
XYZ 39.11 31.69 10.02 -
YUV 150.2 83.31 179.22 -
System Red Green Blue C M Y K H S L
Decimal 222 129 71 0 0.42 0.68 0.13 23.05 0.7 0.57
Hex DE 81 47 0 2A 44 D 17 46 39
Octal 336 201 107 0 52 104 15 27 106 71
Binary 11011110 10000001 1000111 0 101010 1000100 1101 10111 1000110 111001

Color Harmonies of #DE8147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8147

Black with #DE8147

Text Example


Text Example

White with #DE8147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8147; }

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

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

background-color css

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

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

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

border-color css

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

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

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