Html Css Color HEX #D06D00 Mango Tango

📋 copy color: '#D06D00'

red 208 ◦ green 109 ◦ blue 0

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

Shades of Mango Tango #D06D00

Tints of Mango Tango #D06D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.62%
G = 34.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D06D00 (or 0xD06D00) is known color: Mango Tango. HEX triplet: D0, 6D and 00. RGB value is (208,109,0). Sum of RGB (Red+Green+Blue) = 208+109+0=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D00 is #2F92FF. Grayscale: #7E7E7E. Windows color (decimal): -3117824 or 28112. OLE color: 28112.

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

Color convert

RGB 208 109 0 -
CMYK 0 0.48 1 0.18
HSL 31.44º 1% 0.41% -
HSV(B) 31.44º 1% 0.82% -
XYZ 31.48 24.35 3.04 -
YUV 126.18 56.8 186.36 -
System Red Green Blue C M Y K H S L
Decimal 208 109 0 0 0.48 1 0.18 31.44 1 0.41
Hex D0 6D 0 0 30 64 12 1F 64 29
Octal 320 155 0 0 60 144 22 37 144 51
Binary 11010000 1101101 0 0 110000 1100100 10010 11111 1100100 101001

Color Harmonies of #D06D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D00

Black with #D06D00

Text Example


Text Example

White with #D06D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D00; }

 p { color: rgb(208,109,0); }

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

background-color css

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

 a { background-color: rgb(208,109,0); }

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

border-color css

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

 span { border-color: rgb(208,109,0); }

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