Html Css Color HEX #D67C08 Mango Tango

📋 copy color: '#D67C08'

red 214 ◦ green 124 ◦ blue 8

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

Shades of Mango Tango #D67C08

Tints of Mango Tango #D67C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.84%

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

R = 61.85%
G = 35.84%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D67C08 (or 0xD67C08) is known color: Mango Tango. HEX triplet: D6, 7C and 08. RGB value is (214,124,8). Sum of RGB (Red+Green+Blue) = 214+124+8=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C08 is #2983F7. Grayscale: #8A8A8A. Windows color (decimal): -2720760 or 556246. OLE color: 556246.

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

Color convert

RGB 214 124 8 -
CMYK 0 0.42 0.96 0.16
HSL 33.79º 0.93% 0.44% -
HSV(B) 33.79º 0.96% 0.84% -
XYZ 34.98 28.73 3.93 -
YUV 137.69 54.82 182.43 -
System Red Green Blue C M Y K H S L
Decimal 214 124 8 0 0.42 0.96 0.16 33.79 0.93 0.44
Hex D6 7C 8 0 2A 60 10 22 5D 2C
Octal 326 174 10 0 52 140 20 42 135 54
Binary 11010110 1111100 1000 0 101010 1100000 10000 100010 1011101 101100

Color Harmonies of #D67C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C08

Black with #D67C08

Text Example


Text Example

White with #D67C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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