Html Css Color HEX #D5730A Mango Tango

📋 copy color: '#D5730A'

red 213 ◦ green 115 ◦ blue 10

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

Shades of Mango Tango #D5730A

Tints of Mango Tango #D5730A

RGB

 RED value IS 213 (83.59% from 255) = 63.02%

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

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 63.02%
G = 34.02%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5730A (or 0xD5730A) is known color: Mango Tango. HEX triplet: D5, 73 and 0A. RGB value is (213,115,10). Sum of RGB (Red+Green+Blue) = 213+115+10=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5730A is #2A8CF5. Grayscale: #848484. Windows color (decimal): -2788598 or 685013. OLE color: 685013.

HSL color Cylindrical-coordinate representation of color #D5730A: hue angle of 31.03º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5730A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 10 -
CMYK 0 0.46 0.95 0.16
HSL 31.03º 0.91% 0.44% -
HSV(B) 31.03º 0.95% 0.84% -
XYZ 33.63 26.43 3.62 -
YUV 132.33 58.97 185.54 -
System Red Green Blue C M Y K H S L
Decimal 213 115 10 0 0.46 0.95 0.16 31.03 0.91 0.44
Hex D5 73 A 0 2E 5F 10 1F 5B 2C
Octal 325 163 12 0 56 137 20 37 133 54
Binary 11010101 1110011 1010 0 101110 1011111 10000 11111 1011011 101100

Color Harmonies of #D5730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5730A

Black with #D5730A

Text Example


Text Example

White with #D5730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5730A; }

 p { color: rgb(213,115,10); }

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

background-color css

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

 a { background-color: rgb(213,115,10); }

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

border-color css

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

 span { border-color: rgb(213,115,10); }

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