#DE8705

Color #DE8705 Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #DE8705

Tints of Tangerine #DE8705

Color information

#DE8705 (or 0xDE8705) is unknown color: approx Tangerine. HEX triplet: DE, 87 and 05. RGB value is (222,135,5). Sum of RGB (Red+Green+Blue) = 222+135+5=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8705 is #2178FA. Grayscale: #929292. Windows color (decimal): -2193659 or 362462. OLE color: 362462.

HSL color Cylindrical-coordinate representation of color #DE8705: hue angle of 35.94º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE8705 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB2221355-
CMYK00.390.980.13
HSL35.94º95.59%44.51%-
HSV(B)35.94º97.75%87.06%-
XYZ38.8232.874.44-
YUV146.1948.32182.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.33%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=61.33%
G=37.29%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222135500.390.980.1335.9495.5944.51
HexDE87502762D24602d
Octal3362075047142154414055
Binary11011110100001111010100111110001011011001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8705; }

 p { color: rgb(222,135,5); }

 H1.HeaderClassName
 {
   color: #DE8705;
 }
 .AnyTagClassName
 {
   color: #DE8705;
 }
</style>
background-color css

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

 a { background-color: rgb(222,135,5); }

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

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

 span { border-color: rgb(222,135,5); }

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