#D6753B

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

Shades of Tango #D6753B

Tints of Tango #D6753B

Color information

#D6753B (or 0xD6753B) is unknown color: approx Tango. HEX triplet: D6, 75 and 3B. RGB value is (214,117,59). Sum of RGB (Red+Green+Blue) = 214+117+59=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6753B is #298AC4. Grayscale: #8B8B8B. Windows color (decimal): -2722501 or 3896790. OLE color: 3896790.

HSL color Cylindrical-coordinate representation of color #D6753B: hue angle of 22.45º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6753B is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21411759-
CMYK00.450.720.16
HSL22.45º65.4%53.53%-
HSV(B)22.45º72.43%83.92%-
XYZ34.8827.337.58-
YUV139.3982.64181.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=54.87%
G=30%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141175900.450.720.1622.4565.453.53
HexD6753B02D4810164136
Octal32616573055110202610166
Binary1101011011101011110110101101100100010000101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6753B; }

 p { color: rgb(214,117,59); }

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

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

 a { background-color: rgb(214,117,59); }

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

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

 span { border-color: rgb(214,117,59); }

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