#da7d0d

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

Shades of Mango Tango #DA7D0D

Tints of Mango Tango #DA7D0D

Color information

#DA7D0D (or 0xDA7D0D) is unknown color: approx Mango Tango. HEX triplet: DA, 7D and 0D. RGB value is (218,125,13). Sum of RGB (Red+Green+Blue) = 218+125+13=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D0D is #2582F2. Grayscale: #8C8C8C. Windows color (decimal): -2458355 or 884186. OLE color: 884186.

HSL color Cylindrical-coordinate representation of color #DA7D0D: hue angle of 32.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA7D0D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21812513-
CMYK00.430.940.15
HSL32.78º88.74%45.29%-
HSV(B)32.78º94.04%85.49%-
XYZ36.3229.64.18-
YUV140.0456.31183.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.24%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 13 (5.47% from 255) = 3.65%
R=61.24%
G=35.11%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181251300.430.940.1532.7888.7445.29
HexDA7DD02B5EF21592d
Octal33217515053136174113155
Binary11011010111110111010101011101111011111000011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da7d0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da7d0d; }

 p { color: rgb(218,125,13); }

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

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

 a { background-color: rgb(218,125,13); }

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

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

 span { border-color: rgb(218,125,13); }

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