Html Css Color HEX #D38206 Mango Tango

📋 copy color: '#D38206'

red 211 ◦ green 130 ◦ blue 6

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

Shades of Mango Tango #D38206

Tints of Mango Tango #D38206

RGB

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

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

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

R = 60.81%
G = 37.46%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D38206 (or 0xD38206) is known color: Mango Tango. HEX triplet: D3, 82 and 06. RGB value is (211,130,6). Sum of RGB (Red+Green+Blue) = 211+130+6=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D38206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38206 is #2C7DF9. Grayscale: #8C8C8C. Windows color (decimal): -2915834 or 426707. OLE color: 426707.

HSL color Cylindrical-coordinate representation of color #D38206: hue angle of 36.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D38206 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 130 6 -
CMYK 0 0.38 0.97 0.17
HSL 36.29º 0.94% 0.43% -
HSV(B) 36.29º 0.97% 0.83% -
XYZ 34.88 29.83 4.09 -
YUV 140.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 211 130 6 0 0.38 0.97 0.17 36.29 0.94 0.43
Hex D3 82 6 0 26 61 11 24 5E 2B
Octal 323 202 6 0 46 141 21 44 136 53
Binary 11010011 10000010 110 0 100110 1100001 10001 100100 1011110 101011

Color Harmonies of #D38206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38206

Black with #D38206

Text Example


Text Example

White with #D38206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38206; }

 p { color: rgb(211,130,6); }

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

background-color css

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

 a { background-color: rgb(211,130,6); }

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

border-color css

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

 span { border-color: rgb(211,130,6); }

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