Html Css Color HEX #D57136 Tango

📋 copy color: '#D57136'

red 213 ◦ green 113 ◦ blue 54

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

Shades of Tango #D57136

Tints of Tango #D57136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.21%

R = 56.05%
G = 29.74%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D57136 (or 0xD57136) is known color: Tango. HEX triplet: D5, 71 and 36. RGB value is (213,113,54). Sum of RGB (Red+Green+Blue) = 213+113+54=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D57136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57136 is #2A8EC9. Grayscale: #888888. Windows color (decimal): -2789066 or 3568085. OLE color: 3568085.

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

Color convert

RGB 213 113 54 -
CMYK 0 0.47 0.75 0.16
HSL 22.26º 0.65% 0.52% -
HSV(B) 22.26º 0.75% 0.84% -
XYZ 34.01 26.22 6.76 -
YUV 136.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 213 113 54 0 0.47 0.75 0.16 22.26 0.65 0.52
Hex D5 71 36 0 2F 4B 10 16 41 34
Octal 325 161 66 0 57 113 20 26 101 64
Binary 11010101 1110001 110110 0 101111 1001011 10000 10110 1000001 110100

Color Harmonies of #D57136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57136

Black with #D57136

Text Example


Text Example

White with #D57136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57136; }

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

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

background-color css

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

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

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

border-color css

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

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

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