Html Css Color HEX #D28100 Mango Tango

📋 copy color: '#D28100'

red 210 ◦ green 129 ◦ blue 0

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

Shades of Mango Tango #D28100

Tints of Mango Tango #D28100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 61.95%
G = 38.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D28100 (or 0xD28100) is known color: Mango Tango. HEX triplet: D2, 81 and 00. RGB value is (210,129,0). Sum of RGB (Red+Green+Blue) = 210+129+0=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D28100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28100 is #2D7EFF. Grayscale: #8B8B8B. Windows color (decimal): -2981632 or 33234. OLE color: 33234.

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

Color convert

RGB 210 129 0 -
CMYK 0 0.39 1 0.18
HSL 36.86º 1% 0.41% -
HSV(B) 36.86º 1% 0.82% -
XYZ 34.43 29.4 3.86 -
YUV 138.51 49.84 178.99 -
System Red Green Blue C M Y K H S L
Decimal 210 129 0 0 0.39 1 0.18 36.86 1 0.41
Hex D2 81 0 0 27 64 12 25 64 29
Octal 322 201 0 0 47 144 22 45 144 51
Binary 11010010 10000001 0 0 100111 1100100 10010 100101 1100100 101001

Color Harmonies of #D28100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28100

Black with #D28100

Text Example


Text Example

White with #D28100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28100; }

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

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

background-color css

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

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

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

border-color css

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

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

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