Html Css Color HEX #CD7000 Mango Tango

📋 copy color: '#CD7000'

red 205 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #CD7000

Tints of Mango Tango #CD7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.33%

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

R = 64.67%
G = 35.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD7000 (or 0xCD7000) is known color: Mango Tango. HEX triplet: CD, 70 and 00. RGB value is (205,112,0). Sum of RGB (Red+Green+Blue) = 205+112+0=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7000 is #328FFF. Grayscale: #7F7F7F. Windows color (decimal): -3313664 or 28877. OLE color: 28877.

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

Color convert

RGB 205 112 0 -
CMYK 0 0.45 1 0.20
HSL 32.78º 1% 0.4% -
HSV(B) 32.78º 1% 0.8% -
XYZ 30.97 24.57 3.11 -
YUV 127.04 56.31 183.61 -
System Red Green Blue C M Y K H S L
Decimal 205 112 0 0 0.45 1 0.20 32.78 1 0.4
Hex CD 70 0 0 2D 64 14 21 64 28
Octal 315 160 0 0 55 144 24 41 144 50
Binary 11001101 1110000 0 0 101101 1100100 10100 100001 1100100 101000

Color Harmonies of #CD7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7000

Black with #CD7000

Text Example


Text Example

White with #CD7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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