Html Css Color HEX #D6780D Mango Tango

📋 copy color: '#D6780D'

red 214 ◦ green 120 ◦ blue 13

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

Shades of Mango Tango #D6780D

Tints of Mango Tango #D6780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 61.67%
G = 34.58%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6780D (or 0xD6780D) is known color: Mango Tango. HEX triplet: D6, 78 and 0D. RGB value is (214,120,13). Sum of RGB (Red+Green+Blue) = 214+120+13=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6780D is #2987F2. Grayscale: #888888. Windows color (decimal): -2721779 or 882902. OLE color: 882902.

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

Color convert

RGB 214 120 13 -
CMYK 0 0.44 0.94 0.16
HSL 31.94º 0.89% 0.45% -
HSV(B) 31.94º 0.94% 0.84% -
XYZ 34.52 27.76 3.92 -
YUV 135.91 58.64 183.7 -
System Red Green Blue C M Y K H S L
Decimal 214 120 13 0 0.44 0.94 0.16 31.94 0.89 0.45
Hex D6 78 D 0 2C 5E 10 20 59 2D
Octal 326 170 15 0 54 136 20 40 131 55
Binary 11010110 1111000 1101 0 101100 1011110 10000 100000 1011001 101101

Color Harmonies of #D6780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6780D

Black with #D6780D

Text Example


Text Example

White with #D6780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6780D; }

 p { color: rgb(214,120,13); }

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

background-color css

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

 a { background-color: rgb(214,120,13); }

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

border-color css

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

 span { border-color: rgb(214,120,13); }

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