Html Css Color HEX #D47F08 Mango Tango

📋 copy color: '#D47F08'

red 212 ◦ green 127 ◦ blue 8

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

Shades of Mango Tango #D47F08

Tints of Mango Tango #D47F08

RGB

 RED value IS 212 (83.2% from 255) = 61.1%

 GREEN value IS 127 (50% from 255) = 36.6%

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 61.1%
G = 36.6%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D47F08 (or 0xD47F08) is known color: Mango Tango. HEX triplet: D4, 7F and 08. RGB value is (212,127,8). Sum of RGB (Red+Green+Blue) = 212+127+8=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47F08 is #2B80F7. Grayscale: #8B8B8B. Windows color (decimal): -2851064 or 557012. OLE color: 557012.

HSL color Cylindrical-coordinate representation of color #D47F08: hue angle of 35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D47F08 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 127 8 -
CMYK 0 0.40 0.96 0.17
HSL 35º 0.93% 0.43% -
HSV(B) 35º 0.96% 0.83% -
XYZ 34.78 29.19 4.03 -
YUV 138.85 54.16 180.18 -
System Red Green Blue C M Y K H S L
Decimal 212 127 8 0 0.40 0.96 0.17 35 0.93 0.43
Hex D4 7F 8 0 28 60 11 23 5D 2B
Octal 324 177 10 0 50 140 21 43 135 53
Binary 11010100 1111111 1000 0 101000 1100000 10001 100011 1011101 101011

Color Harmonies of #D47F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F08

Black with #D47F08

Text Example


Text Example

White with #D47F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F08; }

 p { color: rgb(212,127,8); }

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

background-color css

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

 a { background-color: rgb(212,127,8); }

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

border-color css

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

 span { border-color: rgb(212,127,8); }

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