#DA8506

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

Shades of Tangerine #DA8506

Tints of Tangerine #DA8506

Color information

#DA8506 (or 0xDA8506) is unknown color: approx Tangerine. HEX triplet: DA, 85 and 06. RGB value is (218,133,6). Sum of RGB (Red+Green+Blue) = 218+133+6=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8506 is #257AF9. Grayscale: #909090. Windows color (decimal): -2456314 or 427482. OLE color: 427482.

HSL color Cylindrical-coordinate representation of color #DA8506: hue angle of 35.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA8506 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB2181336-
CMYK00.390.970.15
HSL35.94º94.64%43.92%-
HSV(B)35.94º97.25%85.49%-
XYZ37.3331.694.32-
YUV143.9450.16180.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.06%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 6 (2.73% from 255) = 1.68%
R=61.06%
G=37.25%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218133600.390.970.1535.9494.6443.92
HexDA85602761F245f2c
Octal3322056047141174413754
Binary11011010100001011100100111110000111111001001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8506; }

 p { color: rgb(218,133,6); }

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

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

 a { background-color: rgb(218,133,6); }

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

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

 span { border-color: rgb(218,133,6); }

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