Html Css Color HEX #DE8352 Jaffa

📋 copy color: '#DE8352'

red 222 ◦ green 131 ◦ blue 82

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

Shades of Jaffa #DE8352

Tints of Jaffa #DE8352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.85%

R = 51.03%
G = 30.11%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE8352 (or 0xDE8352) is known color: Jaffa. HEX triplet: DE, 83 and 52. RGB value is (222,131,82). Sum of RGB (Red+Green+Blue) = 222+131+82=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8352 is #217CAD. Grayscale: #989898. Windows color (decimal): -2194606 or 5407710. OLE color: 5407710.

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

Color convert

RGB 222 131 82 -
CMYK 0 0.41 0.63 0.13
HSL 21º 0.68% 0.6% -
HSV(B) 21º 0.63% 0.87% -
XYZ 39.76 32.37 12.14 -
YUV 152.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 222 131 82 0 0.41 0.63 0.13 21 0.68 0.6
Hex DE 83 52 0 29 3F D 15 44 3C
Octal 336 203 122 0 51 77 15 25 104 74
Binary 11011110 10000011 1010010 0 101001 111111 1101 10101 1000100 111100

Color Harmonies of #DE8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8352

Black with #DE8352

Text Example


Text Example

White with #DE8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8352; }

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

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

background-color css

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

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

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

border-color css

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

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

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