Html Css Color HEX #D38000 Mango Tango

📋 copy color: '#D38000'

red 211 ◦ green 128 ◦ blue 0

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

Shades of Mango Tango #D38000

Tints of Mango Tango #D38000

RGB

 RED value IS 211 (82.81% from 255) = 62.24%

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

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

R = 62.24%
G = 37.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D38000 (or 0xD38000) is known color: Mango Tango. HEX triplet: D3, 80 and 00. RGB value is (211,128,0). Sum of RGB (Red+Green+Blue) = 211+128+0=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D38000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38000 is #2C7FFF. Grayscale: #8A8A8A. Windows color (decimal): -2916352 or 32979. OLE color: 32979.

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

Color convert

RGB 211 128 0 -
CMYK 0 0.39 1 0.17
HSL 36.4º 1% 0.41% -
HSV(B) 36.4º 1% 0.83% -
XYZ 34.58 29.29 3.83 -
YUV 138.23 50 179.91 -
System Red Green Blue C M Y K H S L
Decimal 211 128 0 0 0.39 1 0.17 36.4 1 0.41
Hex D3 80 0 0 27 64 11 24 64 29
Octal 323 200 0 0 47 144 21 44 144 51
Binary 11010011 10000000 0 0 100111 1100100 10001 100100 1100100 101001

Color Harmonies of #D38000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38000

Black with #D38000

Text Example


Text Example

White with #D38000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38000; }

 p { color: rgb(211,128,0); }

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

background-color css

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

 a { background-color: rgb(211,128,0); }

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

border-color css

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

 span { border-color: rgb(211,128,0); }

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