Html Css Color HEX #D27506 Mango Tango

📋 copy color: '#D27506'

red 210 ◦ green 117 ◦ blue 6

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

Shades of Mango Tango #D27506

Tints of Mango Tango #D27506

RGB

 RED value IS 210 (82.42% from 255) = 63.06%

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 63.06%
G = 35.14%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D27506 (or 0xD27506) is known color: Mango Tango. HEX triplet: D2, 75 and 06. RGB value is (210,117,6). Sum of RGB (Red+Green+Blue) = 210+117+6=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D27506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27506 is #2D8AF9. Grayscale: #848484. Windows color (decimal): -2984698 or 423378. OLE color: 423378.

HSL color Cylindrical-coordinate representation of color #D27506: hue angle of 32.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D27506 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 6 -
CMYK 0 0.44 0.97 0.18
HSL 32.65º 0.94% 0.42% -
HSV(B) 32.65º 0.97% 0.82% -
XYZ 32.97 26.44 3.54 -
YUV 132.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 210 117 6 0 0.44 0.97 0.18 32.65 0.94 0.42
Hex D2 75 6 0 2C 61 12 21 5E 2A
Octal 322 165 6 0 54 141 22 41 136 52
Binary 11010010 1110101 110 0 101100 1100001 10010 100001 1011110 101010

Color Harmonies of #D27506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27506

Black with #D27506

Text Example


Text Example

White with #D27506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27506; }

 p { color: rgb(210,117,6); }

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

background-color css

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

 a { background-color: rgb(210,117,6); }

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

border-color css

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

 span { border-color: rgb(210,117,6); }

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