#db8800

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

Shades of Tangerine #DB8800

Tints of Tangerine #DB8800

Color information

#DB8800 (or 0xDB8800) is unknown color: approx Tangerine. HEX triplet: DB, 88 and 00. RGB value is (219,136,0). Sum of RGB (Red+Green+Blue) = 219+136+0=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8800 is #2477FF. Grayscale: #919191. Windows color (decimal): -2390016 or 35035. OLE color: 35035.

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

Color convert

RGB2191360-
CMYK00.3810.14
HSL37.26º100%42.94%-
HSV(B)37.26º100%85.88%-
XYZ38.0232.674.3-
YUV145.3146180.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.69%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.69%
G=38.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219136000.3810.1437.2610042.94
HexDB88002664E25642b
Octal3332100046144164514453
Binary110110111000100000100110110010011101001011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db8800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db8800; }

 p { color: rgb(219,136,0); }

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

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

 a { background-color: rgb(219,136,0); }

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

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

 span { border-color: rgb(219,136,0); }

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