#CD7500

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

Shades of Mango Tango #CD7500

Tints of Mango Tango #CD7500

Color information

#CD7500 (or 0xCD7500) is unknown color: approx Mango Tango. HEX triplet: CD, 75 and 00. RGB value is (205,117,0). Sum of RGB (Red+Green+Blue) = 205+117+0=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7500 is #328AFF. Grayscale: #828282. Windows color (decimal): -3312384 or 30157. OLE color: 30157.

HSL color Cylindrical-coordinate representation of color #CD7500: hue angle of 34.24º 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 #CD7500 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2051170-
CMYK00.4310.20
HSL34.24º100%40.2%-
HSV(B)34.24º100%80.39%-
XYZ31.5425.73.3-
YUV129.9754.65181.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.66%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.66%
G=36.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205117000.4310.2034.2410040.2
HexCD75002B6414226428
Octal3151650053144244214450
Binary110011011110101001010111100100101001000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7500; }

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

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

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

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

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

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

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

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