Html Css Color HEX #D06E02 Mango Tango

📋 copy color: '#D06E02'

red 208 ◦ green 110 ◦ blue 2

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

Shades of Mango Tango #D06E02

Tints of Mango Tango #D06E02

RGB

 RED value IS 208 (81.64% from 255) = 65%

 GREEN value IS 110 (43.36% from 255) = 34.38%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 65%
G = 34.38%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D06E02 (or 0xD06E02) is known color: Mango Tango. HEX triplet: D0, 6E and 02. RGB value is (208,110,2). Sum of RGB (Red+Green+Blue) = 208+110+2=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06E02 is #2F91FD. Grayscale: #7F7F7F. Windows color (decimal): -3117566 or 159440. OLE color: 159440.

HSL color Cylindrical-coordinate representation of color #D06E02: hue angle of 31.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D06E02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 2 -
CMYK 0 0.47 0.99 0.18
HSL 31.46º 0.98% 0.41% -
HSV(B) 31.46º 0.99% 0.82% -
XYZ 31.6 24.57 3.13 -
YUV 126.99 57.47 185.78 -
System Red Green Blue C M Y K H S L
Decimal 208 110 2 0 0.47 0.99 0.18 31.46 0.98 0.41
Hex D0 6E 2 0 2F 63 12 1F 62 29
Octal 320 156 2 0 57 143 22 37 142 51
Binary 11010000 1101110 10 0 101111 1100011 10010 11111 1100010 101001

Color Harmonies of #D06E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E02

Black with #D06E02

Text Example


Text Example

White with #D06E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E02; }

 p { color: rgb(208,110,2); }

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

background-color css

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

 a { background-color: rgb(208,110,2); }

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

border-color css

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

 span { border-color: rgb(208,110,2); }

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