Html Css Color HEX #D76804 Mango Tango

📋 copy color: '#D76804'

red 215 ◦ green 104 ◦ blue 4

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

Shades of Mango Tango #D76804

Tints of Mango Tango #D76804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 66.56%
G = 32.2%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D76804 (or 0xD76804) is known color: Mango Tango. HEX triplet: D7, 68 and 04. RGB value is (215,104,4). Sum of RGB (Red+Green+Blue) = 215+104+4=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D76804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76804 is #2897FB. Grayscale: #7E7E7E. Windows color (decimal): -2660348 or 288983. OLE color: 288983.

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

Color convert

RGB 215 104 4 -
CMYK 0 0.52 0.98 0.16
HSL 28.44º 0.96% 0.43% -
HSV(B) 28.44º 0.98% 0.84% -
XYZ 33 24.36 3.08 -
YUV 125.79 59.27 191.63 -
System Red Green Blue C M Y K H S L
Decimal 215 104 4 0 0.52 0.98 0.16 28.44 0.96 0.43
Hex D7 68 4 0 34 62 10 1C 60 2B
Octal 327 150 4 0 64 142 20 34 140 53
Binary 11010111 1101000 100 0 110100 1100010 10000 11100 1100000 101011

Color Harmonies of #D76804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76804

Black with #D76804

Text Example


Text Example

White with #D76804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76804; }

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

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

background-color css

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

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

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

border-color css

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

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

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