Html Css Color HEX #D67A06 Mango Tango

📋 copy color: '#D67A06'

red 214 ◦ green 122 ◦ blue 6

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

Shades of Mango Tango #D67A06

Tints of Mango Tango #D67A06

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.67%

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

R = 62.57%
G = 35.67%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D67A06 (or 0xD67A06) is known color: Mango Tango. HEX triplet: D6, 7A and 06. RGB value is (214,122,6). Sum of RGB (Red+Green+Blue) = 214+122+6=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A06 is #2985F9. Grayscale: #888888. Windows color (decimal): -2721274 or 424662. OLE color: 424662.

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

Color convert

RGB 214 122 6 -
CMYK 0 0.43 0.97 0.16
HSL 33.46º 0.95% 0.43% -
HSV(B) 33.46º 0.97% 0.84% -
XYZ 34.72 28.23 3.79 -
YUV 136.28 54.48 183.43 -
System Red Green Blue C M Y K H S L
Decimal 214 122 6 0 0.43 0.97 0.16 33.46 0.95 0.43
Hex D6 7A 6 0 2B 61 10 21 5F 2B
Octal 326 172 6 0 53 141 20 41 137 53
Binary 11010110 1111010 110 0 101011 1100001 10000 100001 1011111 101011

Color Harmonies of #D67A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A06

Black with #D67A06

Text Example


Text Example

White with #D67A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A06; }

 p { color: rgb(214,122,6); }

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

background-color css

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

 a { background-color: rgb(214,122,6); }

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

border-color css

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

 span { border-color: rgb(214,122,6); }

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