#d07138

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

Shades of Tango #D07138

Tints of Tango #D07138

Color information

#D07138 (or 0xD07138) is unknown color: approx Tango. HEX triplet: D0, 71 and 38. RGB value is (208,113,56). Sum of RGB (Red+Green+Blue) = 208+113+56=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D07138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07138 is #2F8EC7. Grayscale: #878787. Windows color (decimal): -3116744 or 3699152. OLE color: 3699152.

HSL color Cylindrical-coordinate representation of color #D07138: hue angle of 22.5º degrees, saturation: 0.62, 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 #D07138 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20811356-
CMYK00.460.730.18
HSL22.5º61.79%51.76%-
HSV(B)22.5º73.08%81.57%-
XYZ32.6325.516.94-
YUV134.9183.47180.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.17%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=55.17%
G=29.97%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081135600.460.730.1822.561.7951.76
HexD0713802E4912163e34
Octal3201617005611122267664
Binary110100001110001111000010111010010011001010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07138; }

 p { color: rgb(208,113,56); }

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

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

 a { background-color: rgb(208,113,56); }

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

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

 span { border-color: rgb(208,113,56); }

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