Html Css Color HEX #CD7900 Mango Tango

📋 copy color: '#CD7900'

red 205 ◦ green 121 ◦ blue 0

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

Shades of Mango Tango #CD7900

Tints of Mango Tango #CD7900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

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

R = 62.88%
G = 37.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD7900 (or 0xCD7900) is known color: Mango Tango. HEX triplet: CD, 79 and 00. RGB value is (205,121,0). Sum of RGB (Red+Green+Blue) = 205+121+0=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7900 is #3286FF. Grayscale: #848484. Windows color (decimal): -3311360 or 31181. OLE color: 31181.

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

Color convert

RGB 205 121 0 -
CMYK 0 0.41 1 0.20
HSL 35.41º 1% 0.4% -
HSV(B) 35.41º 1% 0.8% -
XYZ 32.01 26.65 3.46 -
YUV 132.32 53.33 179.84 -
System Red Green Blue C M Y K H S L
Decimal 205 121 0 0 0.41 1 0.20 35.41 1 0.4
Hex CD 79 0 0 29 64 14 23 64 28
Octal 315 171 0 0 51 144 24 43 144 50
Binary 11001101 1111001 0 0 101001 1100100 10100 100011 1100100 101000

Color Harmonies of #CD7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7900

Black with #CD7900

Text Example


Text Example

White with #CD7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7900; }

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

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

background-color css

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

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

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

border-color css

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

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

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