Html Css Color HEX #D57134 Tango

📋 copy color: '#D57134'

red 213 ◦ green 113 ◦ blue 52

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

Shades of Tango #D57134

Tints of Tango #D57134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 56.35%
G = 29.89%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D57134 (or 0xD57134) is known color: Tango. HEX triplet: D5, 71 and 34. RGB value is (213,113,52). Sum of RGB (Red+Green+Blue) = 213+113+52=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D57134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57134 is #2A8ECB. Grayscale: #888888. Windows color (decimal): -2789068 or 3437013. OLE color: 3437013.

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

Color convert

RGB 213 113 52 -
CMYK 0 0.47 0.76 0.16
HSL 22.73º 0.66% 0.52% -
HSV(B) 22.73º 0.76% 0.84% -
XYZ 33.97 26.2 6.52 -
YUV 135.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 213 113 52 0 0.47 0.76 0.16 22.73 0.66 0.52
Hex D5 71 34 0 2F 4C 10 17 42 34
Octal 325 161 64 0 57 114 20 27 102 64
Binary 11010101 1110001 110100 0 101111 1001100 10000 10111 1000010 110100

Color Harmonies of #D57134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57134

Black with #D57134

Text Example


Text Example

White with #D57134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57134; }

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

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

background-color css

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

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

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

border-color css

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

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

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