Html Css Color HEX #D67A08 Mango Tango

📋 copy color: '#D67A08'

red 214 ◦ green 122 ◦ blue 8

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

Shades of Mango Tango #D67A08

Tints of Mango Tango #D67A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 62.21%
G = 35.47%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D67A08 (or 0xD67A08) is known color: Mango Tango. HEX triplet: D6, 7A and 08. RGB value is (214,122,8). Sum of RGB (Red+Green+Blue) = 214+122+8=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A08 is #2985F7. Grayscale: #898989. Windows color (decimal): -2721272 or 555734. OLE color: 555734.

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

Color convert

RGB 214 122 8 -
CMYK 0 0.43 0.96 0.16
HSL 33.2º 0.93% 0.44% -
HSV(B) 33.2º 0.96% 0.84% -
XYZ 34.73 28.23 3.85 -
YUV 136.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 214 122 8 0 0.43 0.96 0.16 33.2 0.93 0.44
Hex D6 7A 8 0 2B 60 10 21 5D 2C
Octal 326 172 10 0 53 140 20 41 135 54
Binary 11010110 1111010 1000 0 101011 1100000 10000 100001 1011101 101100

Color Harmonies of #D67A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A08

Black with #D67A08

Text Example


Text Example

White with #D67A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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