Html Css Color HEX #D57F06 Mango Tango

📋 copy color: '#D57F06'

red 213 ◦ green 127 ◦ blue 6

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

Shades of Mango Tango #D57F06

Tints of Mango Tango #D57F06

RGB

 RED value IS 213 (83.59% from 255) = 61.56%

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 61.56%
G = 36.71%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D57F06 (or 0xD57F06) is known color: Mango Tango. HEX triplet: D5, 7F and 06. RGB value is (213,127,6). Sum of RGB (Red+Green+Blue) = 213+127+6=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57F06 is #2A80F9. Grayscale: #8B8B8B. Windows color (decimal): -2785530 or 425941. OLE color: 425941.

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

Color convert

RGB 213 127 6 -
CMYK 0 0.40 0.97 0.16
HSL 35.07º 0.95% 0.43% -
HSV(B) 35.07º 0.97% 0.84% -
XYZ 35.06 29.34 3.99 -
YUV 138.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 213 127 6 0 0.40 0.97 0.16 35.07 0.95 0.43
Hex D5 7F 6 0 28 61 10 23 5F 2B
Octal 325 177 6 0 50 141 20 43 137 53
Binary 11010101 1111111 110 0 101000 1100001 10000 100011 1011111 101011

Color Harmonies of #D57F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F06

Black with #D57F06

Text Example


Text Example

White with #D57F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F06; }

 p { color: rgb(213,127,6); }

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

background-color css

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

 a { background-color: rgb(213,127,6); }

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

border-color css

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

 span { border-color: rgb(213,127,6); }

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