Html Css Color HEX #D6790D Mango Tango

📋 copy color: '#D6790D'

red 214 ◦ green 121 ◦ blue 13

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

Shades of Mango Tango #D6790D

Tints of Mango Tango #D6790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 61.49%
G = 34.77%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6790D (or 0xD6790D) is known color: Mango Tango. HEX triplet: D6, 79 and 0D. RGB value is (214,121,13). Sum of RGB (Red+Green+Blue) = 214+121+13=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6790D is #2986F2. Grayscale: #898989. Windows color (decimal): -2721523 or 883158. OLE color: 883158.

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

Color convert

RGB 214 121 13 -
CMYK 0 0.43 0.94 0.16
HSL 32.24º 0.89% 0.45% -
HSV(B) 32.24º 0.94% 0.84% -
XYZ 34.64 28 3.96 -
YUV 136.5 58.31 183.28 -
System Red Green Blue C M Y K H S L
Decimal 214 121 13 0 0.43 0.94 0.16 32.24 0.89 0.45
Hex D6 79 D 0 2B 5E 10 20 59 2D
Octal 326 171 15 0 53 136 20 40 131 55
Binary 11010110 1111001 1101 0 101011 1011110 10000 100000 1011001 101101

Color Harmonies of #D6790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6790D

Black with #D6790D

Text Example


Text Example

White with #D6790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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