#DD8400

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

Shades of Tangerine #DD8400

Tints of Tangerine #DD8400

Color information

#DD8400 (or 0xDD8400) is unknown color: approx Tangerine. HEX triplet: DD, 84 and 00. RGB value is (221,132,0). Sum of RGB (Red+Green+Blue) = 221+132+0=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8400 is #227BFF. Grayscale: #909090. Windows color (decimal): -2259968 or 34013. OLE color: 34013.

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

Color convert

RGB2211320-
CMYK00.4010.13
HSL35.84º100%43.33%-
HSV(B)35.84º100%86.67%-
XYZ38.0731.874.15-
YUV143.5646.99183.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.61%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.61%
G=37.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221132000.4010.1335.8410043.33
HexDD84002864D24642b
Octal3352040050144154414453
Binary110111011000010000101000110010011011001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8400; }

 p { color: rgb(221,132,0); }

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

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

 a { background-color: rgb(221,132,0); }

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

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

 span { border-color: rgb(221,132,0); }

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