Html Css Color HEX #D67602 Mango Tango

📋 copy color: '#D67602'

red 214 ◦ green 118 ◦ blue 2

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

Shades of Mango Tango #D67602

Tints of Mango Tango #D67602

RGB

 RED value IS 214 (83.98% from 255) = 64.07%

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 64.07%
G = 35.33%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D67602 (or 0xD67602) is known color: Mango Tango. HEX triplet: D6, 76 and 02. RGB value is (214,118,2). Sum of RGB (Red+Green+Blue) = 214+118+2=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D67602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67602 is #2989FD. Grayscale: #868686. Windows color (decimal): -2722302 or 161494. OLE color: 161494.

HSL color Cylindrical-coordinate representation of color #D67602: hue angle of 32.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D67602 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 2 -
CMYK 0 0.45 0.99 0.16
HSL 32.83º 0.98% 0.42% -
HSV(B) 32.83º 0.99% 0.84% -
XYZ 34.22 27.26 3.51 -
YUV 133.48 53.8 185.43 -
System Red Green Blue C M Y K H S L
Decimal 214 118 2 0 0.45 0.99 0.16 32.83 0.98 0.42
Hex D6 76 2 0 2D 63 10 21 62 2A
Octal 326 166 2 0 55 143 20 41 142 52
Binary 11010110 1110110 10 0 101101 1100011 10000 100001 1100010 101010

Color Harmonies of #D67602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67602

Black with #D67602

Text Example


Text Example

White with #D67602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67602; }

 p { color: rgb(214,118,2); }

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

background-color css

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

 a { background-color: rgb(214,118,2); }

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

border-color css

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

 span { border-color: rgb(214,118,2); }

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