#D0713A

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

Shades of Tango #D0713A

Tints of Tango #D0713A

Color information

#D0713A (or 0xD0713A) is unknown color: approx Tango. HEX triplet: D0, 71 and 3A. RGB value is (208,113,58). Sum of RGB (Red+Green+Blue) = 208+113+58=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0713A is #2F8EC5. Grayscale: #878787. Windows color (decimal): -3116742 or 3830224. OLE color: 3830224.

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

Color convert

RGB20811358-
CMYK00.460.720.18
HSL22º61.48%52.16%-
HSV(B)22º72.12%81.57%-
XYZ32.6825.537.21-
YUV135.1484.47179.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=54.88%
G=29.82%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081135800.460.720.182261.4852.16
HexD0713A02E4812163d34
Octal3201617205611022267564
Binary110100001110001111010010111010010001001010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0713A; }

 p { color: rgb(208,113,58); }

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

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

 a { background-color: rgb(208,113,58); }

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

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

 span { border-color: rgb(208,113,58); }

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