Html Css Color HEX #D27200 Mango Tango

📋 copy color: '#D27200'

red 210 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #D27200

Tints of Mango Tango #D27200

RGB

 RED value IS 210 (82.42% from 255) = 64.81%

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 64.81%
G = 35.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D27200 (or 0xD27200) is known color: Mango Tango. HEX triplet: D2, 72 and 00. RGB value is (210,114,0). Sum of RGB (Red+Green+Blue) = 210+114+0=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D27200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27200 is #2D8DFF. Grayscale: #828282. Windows color (decimal): -2985472 or 29394. OLE color: 29394.

HSL color Cylindrical-coordinate representation of color #D27200: hue angle of 32.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D27200 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 114 0 -
CMYK 0 0.46 1 0.18
HSL 32.57º 1% 0.41% -
HSV(B) 32.57º 1% 0.82% -
XYZ 32.6 25.74 3.25 -
YUV 129.71 54.8 185.27 -
System Red Green Blue C M Y K H S L
Decimal 210 114 0 0 0.46 1 0.18 32.57 1 0.41
Hex D2 72 0 0 2E 64 12 21 64 29
Octal 322 162 0 0 56 144 22 41 144 51
Binary 11010010 1110010 0 0 101110 1100100 10010 100001 1100100 101001

Color Harmonies of #D27200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27200

Black with #D27200

Text Example


Text Example

White with #D27200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27200; }

 p { color: rgb(210,114,0); }

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

background-color css

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

 a { background-color: rgb(210,114,0); }

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

border-color css

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

 span { border-color: rgb(210,114,0); }

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