Html Css Color HEX #D28300 Mango Tango

📋 copy color: '#D28300'

red 210 ◦ green 131 ◦ blue 0

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

Shades of Mango Tango #D28300

Tints of Mango Tango #D28300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 61.58%
G = 38.42%
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

#D28300 (or 0xD28300) is known color: Mango Tango. HEX triplet: D2, 83 and 00. RGB value is (210,131,0). Sum of RGB (Red+Green+Blue) = 210+131+0=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D28300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28300 is #2D7CFF. Grayscale: #8C8C8C. Windows color (decimal): -2981120 or 33746. OLE color: 33746.

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

Color convert

RGB 210 131 0 -
CMYK 0 0.38 1 0.18
HSL 37.43º 1% 0.41% -
HSV(B) 37.43º 1% 0.82% -
XYZ 34.69 29.93 3.95 -
YUV 139.69 49.17 178.15 -
System Red Green Blue C M Y K H S L
Decimal 210 131 0 0 0.38 1 0.18 37.43 1 0.41
Hex D2 83 0 0 26 64 12 25 64 29
Octal 322 203 0 0 46 144 22 45 144 51
Binary 11010010 10000011 0 0 100110 1100100 10010 100101 1100100 101001

Color Harmonies of #D28300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28300

Black with #D28300

Text Example


Text Example

White with #D28300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28300; }

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

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

background-color css

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

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

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

border-color css

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

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

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