#d26c38

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

Shades of Tango #D26C38

Tints of Tango #D26C38

Color information

#D26C38 (or 0xD26C38) is unknown color: approx Tango. HEX triplet: D2, 6C and 38. RGB value is (210,108,56). Sum of RGB (Red+Green+Blue) = 210+108+56=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C38 is #2D93C7. Grayscale: #848484. Windows color (decimal): -2986952 or 3697874. OLE color: 3697874.

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

Color convert

RGB21010856-
CMYK00.490.730.18
HSL20.26º63.11%52.16%-
HSV(B)20.26º73.33%82.35%-
XYZ32.6524.716.79-
YUV132.5784.79183.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.15%
GREEN value IS 108 (42.58% from 255) = 28.88%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=56.15%
G=28.88%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101085600.490.730.1820.2663.1152.16
HexD26C380314912143f34
Octal3221547006111122247764
Binary110100101101100111000011000110010011001010100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d26c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d26c38; }

 p { color: rgb(210,108,56); }

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

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

 a { background-color: rgb(210,108,56); }

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

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

 span { border-color: rgb(210,108,56); }

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