#D26F2E

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

Shades of Tango #D26F2E

Tints of Tango #D26F2E

Color information

#D26F2E (or 0xD26F2E) is unknown color: approx Tango. HEX triplet: D2, 6F and 2E. RGB value is (210,111,46). Sum of RGB (Red+Green+Blue) = 210+111+46=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26F2E is #2D90D1. Grayscale: #858585. Windows color (decimal): -2986194 or 3043282. OLE color: 3043282.

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

Color convert

RGB21011146-
CMYK00.470.780.18
HSL23.78º64.57%50.2%-
HSV(B)23.78º78.1%82.35%-
XYZ32.7625.275.74-
YUV133.1978.8182.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.22%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 46 (18.36% from 255) = 12.53%
R=57.22%
G=30.25%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101114600.470.780.1823.7864.5750.2
HexD26F2E02F4E12184132
Octal32215756057116223010162
Binary1101001011011111011100101111100111010010110001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F2E; }

 p { color: rgb(210,111,46); }

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

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

 a { background-color: rgb(210,111,46); }

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

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

 span { border-color: rgb(210,111,46); }

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