Html Css Color HEX #D28200 Mango Tango

📋 copy color: '#D28200'

red 210 ◦ green 130 ◦ blue 0

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

Shades of Mango Tango #D28200

Tints of Mango Tango #D28200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 61.76%
G = 38.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D28200 (or 0xD28200) is known color: Mango Tango. HEX triplet: D2, 82 and 00. RGB value is (210,130,0). Sum of RGB (Red+Green+Blue) = 210+130+0=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D28200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28200 is #2D7DFF. Grayscale: #8B8B8B. Windows color (decimal): -2981376 or 33490. OLE color: 33490.

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

Color convert

RGB 210 130 0 -
CMYK 0 0.38 1 0.18
HSL 37.14º 1% 0.41% -
HSV(B) 37.14º 1% 0.82% -
XYZ 34.56 29.67 3.9 -
YUV 139.1 49.5 178.57 -
System Red Green Blue C M Y K H S L
Decimal 210 130 0 0 0.38 1 0.18 37.14 1 0.41
Hex D2 82 0 0 26 64 12 25 64 29
Octal 322 202 0 0 46 144 22 45 144 51
Binary 11010010 10000010 0 0 100110 1100100 10010 100101 1100100 101001

Color Harmonies of #D28200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28200

Black with #D28200

Text Example


Text Example

White with #D28200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28200; }

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

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

background-color css

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

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

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

border-color css

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

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

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