Html Css Color HEX #D67700 Mango Tango

📋 copy color: '#D67700'

red 214 ◦ green 119 ◦ blue 0

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

Shades of Mango Tango #D67700

Tints of Mango Tango #D67700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

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

R = 64.26%
G = 35.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D67700 (or 0xD67700) is known color: Mango Tango. HEX triplet: D6, 77 and 00. RGB value is (214,119,0). Sum of RGB (Red+Green+Blue) = 214+119+0=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D67700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67700 is #2988FF. Grayscale: #868686. Windows color (decimal): -2722048 or 30678. OLE color: 30678.

HSL color Cylindrical-coordinate representation of color #D67700: hue angle of 33.36º 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 #D67700 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 0 -
CMYK 0 0.44 1 0.16
HSL 33.36º 1% 0.42% -
HSV(B) 33.36º 1% 0.84% -
XYZ 34.33 27.49 3.5 -
YUV 133.84 52.47 185.18 -
System Red Green Blue C M Y K H S L
Decimal 214 119 0 0 0.44 1 0.16 33.36 1 0.42
Hex D6 77 0 0 2C 64 10 21 64 2A
Octal 326 167 0 0 54 144 20 41 144 52
Binary 11010110 1110111 0 0 101100 1100100 10000 100001 1100100 101010

Color Harmonies of #D67700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67700

Black with #D67700

Text Example


Text Example

White with #D67700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67700; }

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

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

background-color css

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

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

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

border-color css

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

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

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