Html Css Color HEX #D7730C Mango Tango

📋 copy color: '#D7730C'

red 215 ◦ green 115 ◦ blue 12

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

Shades of Mango Tango #D7730C

Tints of Mango Tango #D7730C

RGB

 RED value IS 215 (84.38% from 255) = 62.87%

 GREEN value IS 115 (45.31% from 255) = 33.63%

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 62.87%
G = 33.63%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7730C (or 0xD7730C) is known color: Mango Tango. HEX triplet: D7, 73 and 0C. RGB value is (215,115,12). Sum of RGB (Red+Green+Blue) = 215+115+12=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7730C is #288CF3. Grayscale: #858585. Windows color (decimal): -2657524 or 816087. OLE color: 816087.

HSL color Cylindrical-coordinate representation of color #D7730C: hue angle of 30.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7730C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 12 -
CMYK 0 0.47 0.94 0.16
HSL 30.44º 0.89% 0.45% -
HSV(B) 30.44º 0.94% 0.84% -
XYZ 34.22 26.74 3.7 -
YUV 133.16 59.63 186.38 -
System Red Green Blue C M Y K H S L
Decimal 215 115 12 0 0.47 0.94 0.16 30.44 0.89 0.45
Hex D7 73 C 0 2F 5E 10 1E 59 2D
Octal 327 163 14 0 57 136 20 36 131 55
Binary 11010111 1110011 1100 0 101111 1011110 10000 11110 1011001 101101

Color Harmonies of #D7730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7730C

Black with #D7730C

Text Example


Text Example

White with #D7730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7730C; }

 p { color: rgb(215,115,12); }

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

background-color css

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

 a { background-color: rgb(215,115,12); }

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

border-color css

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

 span { border-color: rgb(215,115,12); }

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