#DB8901

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

Shades of Tangerine #DB8901

Tints of Tangerine #DB8901

Color information

#DB8901 (or 0xDB8901) is unknown color: approx Tangerine. HEX triplet: DB, 89 and 01. RGB value is (219,137,1). Sum of RGB (Red+Green+Blue) = 219+137+1=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8901 is #2476FE. Grayscale: #929292. Windows color (decimal): -2389759 or 100827. OLE color: 100827.

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

Color convert

RGB2191371-
CMYK00.371.000.14
HSL37.43º99.09%43.14%-
HSV(B)37.43º99.54%85.88%-
XYZ38.1632.954.38-
YUV146.0146.17180.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.34%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=61.34%
G=38.38%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219137100.371.000.1437.4399.0943.14
HexDB89102564E25632b
Octal3332111045144164514353
Binary110110111000100110100101110010011101001011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8901; }

 p { color: rgb(219,137,1); }

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

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

 a { background-color: rgb(219,137,1); }

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

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

 span { border-color: rgb(219,137,1); }

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