#CD7600

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

Shades of Mango Tango #CD7600

Tints of Mango Tango #CD7600

Color information

#CD7600 (or 0xCD7600) is unknown color: approx Mango Tango. HEX triplet: CD, 76 and 00. RGB value is (205,118,0). Sum of RGB (Red+Green+Blue) = 205+118+0=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7600 is #3289FF. Grayscale: #838383. Windows color (decimal): -3312128 or 30413. OLE color: 30413.

HSL color Cylindrical-coordinate representation of color #CD7600: hue angle of 34.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD7600 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2051180-
CMYK00.4210.20
HSL34.54º100%40.2%-
HSV(B)34.54º100%80.39%-
XYZ31.6625.943.34-
YUV130.5654.32181.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.47%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.47%
G=36.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205118000.4210.2034.5410040.2
HexCD76002A6414236428
Octal3151660052144244314450
Binary110011011110110001010101100100101001000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7600; }

 p { color: rgb(205,118,0); }

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

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

 a { background-color: rgb(205,118,0); }

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

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

 span { border-color: rgb(205,118,0); }

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