Html Css Color HEX #D48105 Mango Tango

📋 copy color: '#D48105'

red 212 ◦ green 129 ◦ blue 5

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

Shades of Mango Tango #D48105

Tints of Mango Tango #D48105

RGB

 RED value IS 212 (83.2% from 255) = 61.27%

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

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

R = 61.27%
G = 37.28%
B = 1.45%

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

#D48105 (or 0xD48105) is known color: Mango Tango. HEX triplet: D4, 81 and 05. RGB value is (212,129,5). Sum of RGB (Red+Green+Blue) = 212+129+5=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D48105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48105 is #2B7EFA. Grayscale: #8C8C8C. Windows color (decimal): -2850555 or 360916. OLE color: 360916.

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

Color convert

RGB 212 129 5 -
CMYK 0 0.39 0.98 0.17
HSL 35.94º 0.95% 0.43% -
HSV(B) 35.94º 0.98% 0.83% -
XYZ 35.03 29.71 4.03 -
YUV 139.68 52 179.58 -
System Red Green Blue C M Y K H S L
Decimal 212 129 5 0 0.39 0.98 0.17 35.94 0.95 0.43
Hex D4 81 5 0 27 62 11 24 5F 2B
Octal 324 201 5 0 47 142 21 44 137 53
Binary 11010100 10000001 101 0 100111 1100010 10001 100100 1011111 101011

Color Harmonies of #D48105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48105

Black with #D48105

Text Example


Text Example

White with #D48105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48105; }

 p { color: rgb(212,129,5); }

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

background-color css

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

 a { background-color: rgb(212,129,5); }

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

border-color css

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

 span { border-color: rgb(212,129,5); }

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