Html Css Color HEX #D5730B Mango Tango

📋 copy color: '#D5730B'

red 213 ◦ green 115 ◦ blue 11

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

Shades of Mango Tango #D5730B

Tints of Mango Tango #D5730B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 62.83%
G = 33.92%
B = 3.24%

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

#D5730B (or 0xD5730B) is known color: Mango Tango. HEX triplet: D5, 73 and 0B. RGB value is (213,115,11). Sum of RGB (Red+Green+Blue) = 213+115+11=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5730B is #2A8CF4. Grayscale: #848484. Windows color (decimal): -2788597 or 750549. OLE color: 750549.

HSL color Cylindrical-coordinate representation of color #D5730B: hue angle of 30.89º degrees, saturation: 0.9, 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 #D5730B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 11 -
CMYK 0 0.46 0.95 0.16
HSL 30.89º 0.9% 0.44% -
HSV(B) 30.89º 0.95% 0.84% -
XYZ 33.63 26.43 3.65 -
YUV 132.45 59.47 185.46 -
System Red Green Blue C M Y K H S L
Decimal 213 115 11 0 0.46 0.95 0.16 30.89 0.9 0.44
Hex D5 73 B 0 2E 5F 10 1F 5A 2C
Octal 325 163 13 0 56 137 20 37 132 54
Binary 11010101 1110011 1011 0 101110 1011111 10000 11111 1011010 101100

Color Harmonies of #D5730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5730B

Black with #D5730B

Text Example


Text Example

White with #D5730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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