#d2713d

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

Shades of Tango #D2713D

Tints of Tango #D2713D

Color information

#D2713D (or 0xD2713D) is unknown color: approx Tango. HEX triplet: D2, 71 and 3D. RGB value is (210,113,61). Sum of RGB (Red+Green+Blue) = 210+113+61=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2713D is #2D8EC2. Grayscale: #888888. Windows color (decimal): -2985667 or 4026834. OLE color: 4026834.

HSL color Cylindrical-coordinate representation of color #D2713D: hue angle of 20.94º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2713D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21011361-
CMYK00.460.710.18
HSL20.94º62.34%53.14%-
HSV(B)20.94º70.95%82.35%-
XYZ33.3325.857.65-
YUV136.0885.64180.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.69%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 61 (24.22% from 255) = 15.89%
R=54.69%
G=29.43%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101136100.460.710.1820.9462.3453.14
HexD2713D02E4712153e35
Octal3221617505610722257665
Binary110100101110001111101010111010001111001010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2713d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2713d; }

 p { color: rgb(210,113,61); }

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

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

 a { background-color: rgb(210,113,61); }

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

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

 span { border-color: rgb(210,113,61); }

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