Html Css Color HEX #CD7400 Mango Tango

📋 copy color: '#CD7400'

red 205 ◦ green 116 ◦ blue 0

#CD7400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #CD7400

Tints of Mango Tango #CD7400

RGB

 RED value IS 205 (80.47% from 255) = 63.86%

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.86%
G = 36.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD7400 (or 0xCD7400) is known color: Mango Tango. HEX triplet: CD, 74 and 00. RGB value is (205,116,0). Sum of RGB (Red+Green+Blue) = 205+116+0=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7400 is #328BFF. Grayscale: #818181. Windows color (decimal): -3312640 or 29901. OLE color: 29901.

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

Color convert

RGB 205 116 0 -
CMYK 0 0.43 1 0.20
HSL 33.95º 1% 0.4% -
HSV(B) 33.95º 1% 0.8% -
XYZ 31.42 25.47 3.26 -
YUV 129.39 54.99 181.93 -
System Red Green Blue C M Y K H S L
Decimal 205 116 0 0 0.43 1 0.20 33.95 1 0.4
Hex CD 74 0 0 2B 64 14 22 64 28
Octal 315 164 0 0 53 144 24 42 144 50
Binary 11001101 1110100 0 0 101011 1100100 10100 100010 1100100 101000

Color Harmonies of #CD7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7400

Black with #CD7400

Text Example


Text Example

White with #CD7400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7400; }

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

 H1.HeaderClassName
 {
   color: #CD7400;
 }
 .AnyTagClassName
 {
   color: #CD7400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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