#D88601

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

Shades of Tangerine #D88601

Tints of Tangerine #D88601

Color information

#D88601 (or 0xD88601) is unknown color: approx Tangerine. HEX triplet: D8, 86 and 01. RGB value is (216,134,1). Sum of RGB (Red+Green+Blue) = 216+134+1=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D88601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88601 is #2779FE. Grayscale: #8F8F8F. Windows color (decimal): -2587135 or 100056. OLE color: 100056.

HSL color Cylindrical-coordinate representation of color #D88601: hue angle of 37.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D88601 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB2161341-
CMYK00.381.000.15
HSL37.12º99.08%42.55%-
HSV(B)37.12º99.54%84.71%-
XYZ36.8531.654.2-
YUV143.3647.67179.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.54%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=61.54%
G=38.18%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216134100.381.000.1537.1299.0842.55
HexD886102664F25632b
Octal3302061046144174514353
Binary110110001000011010100110110010011111001011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88601; }

 p { color: rgb(216,134,1); }

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

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

 a { background-color: rgb(216,134,1); }

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

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

 span { border-color: rgb(216,134,1); }

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