Html Css Color HEX #D67500 Mango Tango

📋 copy color: '#D67500'

red 214 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #D67500

Tints of Mango Tango #D67500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.65%
G = 35.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D67500 (or 0xD67500) is known color: Mango Tango. HEX triplet: D6, 75 and 00. RGB value is (214,117,0). Sum of RGB (Red+Green+Blue) = 214+117+0=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D67500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67500 is #298AFF. Grayscale: #858585. Windows color (decimal): -2722560 or 30166. OLE color: 30166.

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

Color convert

RGB 214 117 0 -
CMYK 0 0.45 1 0.16
HSL 32.8º 1% 0.42% -
HSV(B) 32.8º 1% 0.84% -
XYZ 34.09 27.02 3.42 -
YUV 132.67 53.14 186.01 -
System Red Green Blue C M Y K H S L
Decimal 214 117 0 0 0.45 1 0.16 32.8 1 0.42
Hex D6 75 0 0 2D 64 10 21 64 2A
Octal 326 165 0 0 55 144 20 41 144 52
Binary 11010110 1110101 0 0 101101 1100100 10000 100001 1100100 101010

Color Harmonies of #D67500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67500

Black with #D67500

Text Example


Text Example

White with #D67500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67500; }

 p { color: rgb(214,117,0); }

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

background-color css

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

 a { background-color: rgb(214,117,0); }

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

border-color css

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

 span { border-color: rgb(214,117,0); }

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