#DF8807

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

Shades of Tangerine #DF8807

Tints of Tangerine #DF8807

Color information

#DF8807 (or 0xDF8807) is unknown color: approx Tangerine. HEX triplet: DF, 88 and 07. RGB value is (223,136,7). Sum of RGB (Red+Green+Blue) = 223+136+7=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8807 is #2077F8. Grayscale: #939393. Windows color (decimal): -2127865 or 493791. OLE color: 493791.

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

Color convert

RGB2231367-
CMYK00.390.970.13
HSL35.83º93.91%45.1%-
HSV(B)35.83º96.86%87.45%-
XYZ39.2733.314.56-
YUV147.3148.82181.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.93%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 7 (3.12% from 255) = 1.91%
R=60.93%
G=37.16%
B=1.91%

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
Decimal223136700.390.970.1335.8393.9145.1
HexDF88702761D245e2d
Octal3372107047141154413655
Binary11011111100010001110100111110000111011001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8807; }

 p { color: rgb(223,136,7); }

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

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

 a { background-color: rgb(223,136,7); }

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

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

 span { border-color: rgb(223,136,7); }

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