Html Css Color HEX #DE8348 Jaffa

📋 copy color: '#DE8348'

red 222 ◦ green 131 ◦ blue 72

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

Shades of Jaffa #DE8348

Tints of Jaffa #DE8348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 52.24%
G = 30.82%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE8348 (or 0xDE8348) is known color: Jaffa. HEX triplet: DE, 83 and 48. RGB value is (222,131,72). Sum of RGB (Red+Green+Blue) = 222+131+72=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8348 is #217CB7. Grayscale: #979797. Windows color (decimal): -2194616 or 4752350. OLE color: 4752350.

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

Color convert

RGB 222 131 72 -
CMYK 0 0.41 0.68 0.13
HSL 23.6º 0.69% 0.58% -
HSV(B) 23.6º 0.68% 0.87% -
XYZ 39.41 32.23 10.27 -
YUV 151.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 222 131 72 0 0.41 0.68 0.13 23.6 0.69 0.58
Hex DE 83 48 0 29 44 D 18 45 3A
Octal 336 203 110 0 51 104 15 30 105 72
Binary 11011110 10000011 1001000 0 101001 1000100 1101 11000 1000101 111010

Color Harmonies of #DE8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8348

Black with #DE8348

Text Example


Text Example

White with #DE8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8348; }

 p { color: rgb(222,131,72); }

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

background-color css

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

 a { background-color: rgb(222,131,72); }

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

border-color css

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

 span { border-color: rgb(222,131,72); }

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