Html Css Color HEX #D57131 Tango

📋 copy color: '#D57131'

red 213 ◦ green 113 ◦ blue 49

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

Shades of Tango #D57131

Tints of Tango #D57131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 56.8%
G = 30.13%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D57131 (or 0xD57131) is known color: Tango. HEX triplet: D5, 71 and 31. RGB value is (213,113,49). Sum of RGB (Red+Green+Blue) = 213+113+49=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D57131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57131 is #2A8ECE. Grayscale: #878787. Windows color (decimal): -2789071 or 3240405. OLE color: 3240405.

HSL color Cylindrical-coordinate representation of color #D57131: hue angle of 23.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D57131 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 49 -
CMYK 0 0.47 0.77 0.16
HSL 23.41º 0.66% 0.51% -
HSV(B) 23.41º 0.77% 0.84% -
XYZ 33.9 26.18 6.17 -
YUV 135.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 213 113 49 0 0.47 0.77 0.16 23.41 0.66 0.51
Hex D5 71 31 0 2F 4D 10 17 42 33
Octal 325 161 61 0 57 115 20 27 102 63
Binary 11010101 1110001 110001 0 101111 1001101 10000 10111 1000010 110011

Color Harmonies of #D57131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57131

Black with #D57131

Text Example


Text Example

White with #D57131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57131; }

 p { color: rgb(213,113,49); }

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

background-color css

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

 a { background-color: rgb(213,113,49); }

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

border-color css

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

 span { border-color: rgb(213,113,49); }

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