#DC8A01

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

Shades of Tangerine #DC8A01

Tints of Tangerine #DC8A01

Color information

#DC8A01 (or 0xDC8A01) is unknown color: approx Tangerine. HEX triplet: DC, 8A and 01. RGB value is (220,138,1). Sum of RGB (Red+Green+Blue) = 220+138+1=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A01 is #2375FE. Grayscale: #939393. Windows color (decimal): -2323967 or 101084. OLE color: 101084.

HSL color Cylindrical-coordinate representation of color #DC8A01: hue angle of 37.53º 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 #DC8A01 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB2201381-
CMYK00.371.000.14
HSL37.53º99.1%43.33%-
HSV(B)37.53º99.55%86.27%-
XYZ38.6133.394.44-
YUV146.945.67180.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=61.28%
G=38.44%
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
Decimal220138100.371.000.1437.5399.143.33
HexDC8A102564E26632b
Octal3342121045144164614353
Binary110111001000101010100101110010011101001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8A01; }

 p { color: rgb(220,138,1); }

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

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

 a { background-color: rgb(220,138,1); }

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

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

 span { border-color: rgb(220,138,1); }

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