Html Css Color HEX #D67D0C Mango Tango

📋 copy color: '#D67D0C'

red 214 ◦ green 125 ◦ blue 12

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

Shades of Mango Tango #D67D0C

Tints of Mango Tango #D67D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 12 (5.08% from 255) = 3.42%

R = 60.97%
G = 35.61%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D67D0C (or 0xD67D0C) is known color: Mango Tango. HEX triplet: D6, 7D and 0C. RGB value is (214,125,12). Sum of RGB (Red+Green+Blue) = 214+125+12=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D0C is #2982F3. Grayscale: #8B8B8B. Windows color (decimal): -2720500 or 818646. OLE color: 818646.

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

Color convert

RGB 214 125 12 -
CMYK 0 0.42 0.94 0.16
HSL 33.56º 0.89% 0.44% -
HSV(B) 33.56º 0.94% 0.84% -
XYZ 35.13 28.99 4.09 -
YUV 138.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 214 125 12 0 0.42 0.94 0.16 33.56 0.89 0.44
Hex D6 7D C 0 2A 5E 10 22 59 2C
Octal 326 175 14 0 52 136 20 42 131 54
Binary 11010110 1111101 1100 0 101010 1011110 10000 100010 1011001 101100

Color Harmonies of #D67D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D0C

Black with #D67D0C

Text Example


Text Example

White with #D67D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D0C; }

 p { color: rgb(214,125,12); }

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

background-color css

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

 a { background-color: rgb(214,125,12); }

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

border-color css

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

 span { border-color: rgb(214,125,12); }

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