Html Css Color HEX #D38104 Mango Tango

📋 copy color: '#D38104'

red 211 ◦ green 129 ◦ blue 4

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

Shades of Mango Tango #D38104

Tints of Mango Tango #D38104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 61.34%
G = 37.5%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D38104 (or 0xD38104) is known color: Mango Tango. HEX triplet: D3, 81 and 04. RGB value is (211,129,4). Sum of RGB (Red+Green+Blue) = 211+129+4=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D38104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38104 is #2C7EFB. Grayscale: #8B8B8B. Windows color (decimal): -2916092 or 295379. OLE color: 295379.

HSL color Cylindrical-coordinate representation of color #D38104: hue angle of 36.23º degrees, saturation: 0.96, 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 #D38104 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 4 -
CMYK 0 0.39 0.98 0.17
HSL 36.23º 0.96% 0.42% -
HSV(B) 36.23º 0.98% 0.83% -
XYZ 34.74 29.56 3.99 -
YUV 139.27 51.67 179.16 -
System Red Green Blue C M Y K H S L
Decimal 211 129 4 0 0.39 0.98 0.17 36.23 0.96 0.42
Hex D3 81 4 0 27 62 11 24 60 2A
Octal 323 201 4 0 47 142 21 44 140 52
Binary 11010011 10000001 100 0 100111 1100010 10001 100100 1100000 101010

Color Harmonies of #D38104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38104

Black with #D38104

Text Example


Text Example

White with #D38104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38104; }

 p { color: rgb(211,129,4); }

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

background-color css

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

 a { background-color: rgb(211,129,4); }

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

border-color css

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

 span { border-color: rgb(211,129,4); }

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