#DA830F

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

Shades of Mango Tango #DA830F

Tints of Mango Tango #DA830F

Color information

#DA830F (or 0xDA830F) is unknown color: approx Mango Tango. HEX triplet: DA, 83 and 0F. RGB value is (218,131,15). Sum of RGB (Red+Green+Blue) = 218+131+15=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA830F is #257CF0. Grayscale: #909090. Windows color (decimal): -2456817 or 1016794. OLE color: 1016794.

HSL color Cylindrical-coordinate representation of color #DA830F: hue angle of 34.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA830F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB21813115-
CMYK00.400.930.15
HSL34.29º87.12%45.69%-
HSV(B)34.29º93.12%85.49%-
XYZ37.1231.174.51-
YUV143.7955.32180.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.89%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 15 (6.25% from 255) = 4.12%
R=59.89%
G=35.99%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181311500.400.930.1534.2987.1245.69
HexDA83F0285DF22572e
Octal33220317050135174212756
Binary110110101000001111110101000101110111111000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA830F; }

 p { color: rgb(218,131,15); }

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

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

 a { background-color: rgb(218,131,15); }

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

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

 span { border-color: rgb(218,131,15); }

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