Html Css Color HEX #D47D08 Mango Tango

📋 copy color: '#D47D08'

red 212 ◦ green 125 ◦ blue 8

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

Shades of Mango Tango #D47D08

Tints of Mango Tango #D47D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

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

R = 61.45%
G = 36.23%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D47D08 (or 0xD47D08) is known color: Mango Tango. HEX triplet: D4, 7D and 08. RGB value is (212,125,8). Sum of RGB (Red+Green+Blue) = 212+125+8=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47D08 is #2B82F7. Grayscale: #8A8A8A. Windows color (decimal): -2851576 or 556500. OLE color: 556500.

HSL color Cylindrical-coordinate representation of color #D47D08: hue angle of 34.41º 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 #D47D08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 125 8 -
CMYK 0 0.41 0.96 0.17
HSL 34.41º 0.93% 0.43% -
HSV(B) 34.41º 0.96% 0.83% -
XYZ 34.53 28.68 3.95 -
YUV 137.68 54.82 181.01 -
System Red Green Blue C M Y K H S L
Decimal 212 125 8 0 0.41 0.96 0.17 34.41 0.93 0.43
Hex D4 7D 8 0 29 60 11 22 5D 2B
Octal 324 175 10 0 51 140 21 42 135 53
Binary 11010100 1111101 1000 0 101001 1100000 10001 100010 1011101 101011

Color Harmonies of #D47D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D08

Black with #D47D08

Text Example


Text Example

White with #D47D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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