#D2762D

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

Shades of Tango #D2762D

Tints of Tango #D2762D

Color information

#D2762D (or 0xD2762D) is unknown color: approx Tango. HEX triplet: D2, 76 and 2D. RGB value is (210,118,45). Sum of RGB (Red+Green+Blue) = 210+118+45=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2762D is #2D89D2. Grayscale: #898989. Windows color (decimal): -2984403 or 2979538. OLE color: 2979538.

HSL color Cylindrical-coordinate representation of color #D2762D: hue angle of 26.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2762D is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB21011845-
CMYK00.440.790.18
HSL26.55º64.71%50%-
HSV(B)26.55º78.57%82.35%-
XYZ33.5326.855.9-
YUV137.1975.98179.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.30%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 45 (17.97% from 255) = 12.06%
R=56.30%
G=31.64%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101184500.440.790.1826.5564.7150
HexD2762D02C4F121b4132
Octal32216655054117223310162
Binary1101001011101101011010101100100111110010110111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2762D; }

 p { color: rgb(210,118,45); }

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

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

 a { background-color: rgb(210,118,45); }

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

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

 span { border-color: rgb(210,118,45); }

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