#DE8707

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

Shades of Tangerine #DE8707

Tints of Tangerine #DE8707

Color information

#DE8707 (or 0xDE8707) is unknown color: approx Tangerine. HEX triplet: DE, 87 and 07. RGB value is (222,135,7). Sum of RGB (Red+Green+Blue) = 222+135+7=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8707 is #2178F8. Grayscale: #939393. Windows color (decimal): -2193657 or 493534. OLE color: 493534.

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

Color convert

RGB2221357-
CMYK00.390.970.13
HSL35.72º93.89%44.9%-
HSV(B)35.72º96.85%87.06%-
XYZ38.8332.874.5-
YUV146.4249.32181.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.99%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 7 (3.12% from 255) = 1.92%
R=60.99%
G=37.09%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222135700.390.970.1335.7293.8944.9
HexDE87702761D245e2d
Octal3362077047141154413655
Binary11011110100001111110100111110000111011001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8707; }

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

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

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

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

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

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

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

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