Html Css Color HEX #D76800 Mango Tango

📋 copy color: '#D76800'

red 215 ◦ green 104 ◦ blue 0

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

Shades of Mango Tango #D76800

Tints of Mango Tango #D76800

RGB

 RED value IS 215 (84.38% from 255) = 67.4%

 GREEN value IS 104 (41.02% from 255) = 32.6%

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

R = 67.4%
G = 32.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D76800 (or 0xD76800) is known color: Mango Tango. HEX triplet: D7, 68 and 00. RGB value is (215,104,0). Sum of RGB (Red+Green+Blue) = 215+104+0=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D76800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76800 is #2897FF. Grayscale: #7D7D7D. Windows color (decimal): -2660352 or 26839. OLE color: 26839.

HSL color Cylindrical-coordinate representation of color #D76800: hue angle of 29.02º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D76800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 0 -
CMYK 0 0.52 1 0.16
HSL 29.02º 1% 0.42% -
HSV(B) 29.02º 1% 0.84% -
XYZ 32.97 24.35 2.96 -
YUV 125.33 57.27 191.96 -
System Red Green Blue C M Y K H S L
Decimal 215 104 0 0 0.52 1 0.16 29.02 1 0.42
Hex D7 68 0 0 34 64 10 1D 64 2A
Octal 327 150 0 0 64 144 20 35 144 52
Binary 11010111 1101000 0 0 110100 1100100 10000 11101 1100100 101010

Color Harmonies of #D76800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76800

Black with #D76800

Text Example


Text Example

White with #D76800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76800; }

 p { color: rgb(215,104,0); }

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

background-color css

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

 a { background-color: rgb(215,104,0); }

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

border-color css

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

 span { border-color: rgb(215,104,0); }

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