#D4763A

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

Shades of Tango #D4763A

Tints of Tango #D4763A

Color information

#D4763A (or 0xD4763A) is unknown color: approx Tango. HEX triplet: D4, 76 and 3A. RGB value is (212,118,58). Sum of RGB (Red+Green+Blue) = 212+118+58=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4763A is #2B89C5. Grayscale: #8B8B8B. Windows color (decimal): -2853318 or 3831508. OLE color: 3831508.

HSL color Cylindrical-coordinate representation of color #D4763A: hue angle of 23.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4763A is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21211858-
CMYK00.440.730.17
HSL23.38º64.17%52.94%-
HSV(B)23.38º72.64%83.14%-
XYZ34.3927.267.45-
YUV139.2782.14179.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.64%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 58 (23.05% from 255) = 14.95%
R=54.64%
G=30.41%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121185800.440.730.1723.3864.1752.94
HexD4763A02C4911174035
Octal32416672054111212710065
Binary1101010011101101110100101100100100110001101111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4763A; }

 p { color: rgb(212,118,58); }

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

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

 a { background-color: rgb(212,118,58); }

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

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

 span { border-color: rgb(212,118,58); }

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