Html Css Color HEX #D68007 Mango Tango

📋 copy color: '#D68007'

red 214 ◦ green 128 ◦ blue 7

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

Shades of Mango Tango #D68007

Tints of Mango Tango #D68007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 61.32%
G = 36.68%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D68007 (or 0xD68007) is known color: Mango Tango. HEX triplet: D6, 80 and 07. RGB value is (214,128,7). Sum of RGB (Red+Green+Blue) = 214+128+7=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D68007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68007 is #297FF8. Grayscale: #8C8C8C. Windows color (decimal): -2719737 or 491734. OLE color: 491734.

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

Color convert

RGB 214 128 7 -
CMYK 0 0.40 0.97 0.16
HSL 35.07º 0.94% 0.43% -
HSV(B) 35.07º 0.97% 0.84% -
XYZ 35.49 29.75 4.07 -
YUV 139.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 214 128 7 0 0.40 0.97 0.16 35.07 0.94 0.43
Hex D6 80 7 0 28 61 10 23 5E 2B
Octal 326 200 7 0 50 141 20 43 136 53
Binary 11010110 10000000 111 0 101000 1100001 10000 100011 1011110 101011

Color Harmonies of #D68007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68007

Black with #D68007

Text Example


Text Example

White with #D68007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68007; }

 p { color: rgb(214,128,7); }

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

background-color css

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

 a { background-color: rgb(214,128,7); }

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

border-color css

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

 span { border-color: rgb(214,128,7); }

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