Html Css Color HEX #D28006 Mango Tango

📋 copy color: '#D28006'

red 210 ◦ green 128 ◦ blue 6

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

Shades of Mango Tango #D28006

Tints of Mango Tango #D28006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 61.05%
G = 37.21%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D28006 (or 0xD28006) is known color: Mango Tango. HEX triplet: D2, 80 and 06. RGB value is (210,128,6). Sum of RGB (Red+Green+Blue) = 210+128+6=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D28006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28006 is #2D7FF9. Grayscale: #8B8B8B. Windows color (decimal): -2981882 or 426194. OLE color: 426194.

HSL color Cylindrical-coordinate representation of color #D28006: hue angle of 35.88º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D28006 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 6 -
CMYK 0 0.39 0.97 0.18
HSL 35.88º 0.94% 0.42% -
HSV(B) 35.88º 0.97% 0.82% -
XYZ 34.33 29.15 3.99 -
YUV 138.61 53.17 178.92 -
System Red Green Blue C M Y K H S L
Decimal 210 128 6 0 0.39 0.97 0.18 35.88 0.94 0.42
Hex D2 80 6 0 27 61 12 24 5E 2A
Octal 322 200 6 0 47 141 22 44 136 52
Binary 11010010 10000000 110 0 100111 1100001 10010 100100 1011110 101010

Color Harmonies of #D28006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28006

Black with #D28006

Text Example


Text Example

White with #D28006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28006; }

 p { color: rgb(210,128,6); }

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

background-color css

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

 a { background-color: rgb(210,128,6); }

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

border-color css

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

 span { border-color: rgb(210,128,6); }

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