#d5712e

Color #D5712E Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tango #D5712E

Tints of Tango #D5712E

Color information

#D5712E (or 0xD5712E) is unknown color: approx Tango. HEX triplet: D5, 71 and 2E. RGB value is (213,113,46). Sum of RGB (Red+Green+Blue) = 213+113+46=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5712E is #2A8ED1. Grayscale: #878787. Windows color (decimal): -2789074 or 3043797. OLE color: 3043797.

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

Color convert

RGB21311346-
CMYK00.470.780.16
HSL24.07º66.53%50.78%-
HSV(B)24.07º78.4%83.53%-
XYZ33.8426.155.85-
YUV135.2677.63183.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.26%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=57.26%
G=30.38%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131134600.470.780.1624.0766.5350.78
HexD5712E02F4E10184333
Octal32516156057116203010363
Binary1101010111100011011100101111100111010000110001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5712e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5712e; }

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

 H1.HeaderClassName
 {
   color: #d5712e;
 }
 .AnyTagClassName
 {
   color: #d5712e;
 }
</style>
background-color css

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

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

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

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

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

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