#D2763B

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

Shades of Tango #D2763B

Tints of Tango #D2763B

Color information

#D2763B (or 0xD2763B) is unknown color: approx Tango. HEX triplet: D2, 76 and 3B. RGB value is (210,118,59). Sum of RGB (Red+Green+Blue) = 210+118+59=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2763B is #2D89C4. Grayscale: #8B8B8B. Windows color (decimal): -2984389 or 3897042. OLE color: 3897042.

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

Color convert

RGB21011859-
CMYK00.440.720.18
HSL23.44º62.66%52.75%-
HSV(B)23.44º71.9%82.35%-
XYZ33.8526.977.56-
YUV138.7882.98178.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.26%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 59 (23.44% from 255) = 15.25%
R=54.26%
G=30.49%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101185900.440.720.1823.4462.6652.75
HexD2763B02C4812173f35
Octal3221667305411022277765
Binary110100101110110111011010110010010001001010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2763B; }

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

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

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

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

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

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

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

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