Html Css Color HEX #D38305 Mango Tango

📋 copy color: '#D38305'

red 211 ◦ green 131 ◦ blue 5

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

Shades of Mango Tango #D38305

Tints of Mango Tango #D38305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 60.81%
G = 37.75%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D38305 (or 0xD38305) is known color: Mango Tango. HEX triplet: D3, 83 and 05. RGB value is (211,131,5). Sum of RGB (Red+Green+Blue) = 211+131+5=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D38305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38305 is #2C7CFA. Grayscale: #8D8D8D. Windows color (decimal): -2915579 or 361427. OLE color: 361427.

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

Color convert

RGB 211 131 5 -
CMYK 0 0.38 0.98 0.17
HSL 36.7º 0.95% 0.42% -
HSV(B) 36.7º 0.98% 0.83% -
XYZ 35.01 30.09 4.11 -
YUV 140.56 51.5 178.25 -
System Red Green Blue C M Y K H S L
Decimal 211 131 5 0 0.38 0.98 0.17 36.7 0.95 0.42
Hex D3 83 5 0 26 62 11 25 5F 2A
Octal 323 203 5 0 46 142 21 45 137 52
Binary 11010011 10000011 101 0 100110 1100010 10001 100101 1011111 101010

Color Harmonies of #D38305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38305

Black with #D38305

Text Example


Text Example

White with #D38305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38305; }

 p { color: rgb(211,131,5); }

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

background-color css

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

 a { background-color: rgb(211,131,5); }

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

border-color css

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

 span { border-color: rgb(211,131,5); }

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