#D67134

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

Shades of Tango #D67134

Tints of Tango #D67134

Color information

#D67134 (or 0xD67134) is unknown color: approx Tango. HEX triplet: D6, 71 and 34. RGB value is (214,113,52). Sum of RGB (Red+Green+Blue) = 214+113+52=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D67134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67134 is #298ECB. Grayscale: #888888. Windows color (decimal): -2723532 or 3437014. OLE color: 3437014.

HSL color Cylindrical-coordinate representation of color #D67134: hue angle of 22.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D67134 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21411352-
CMYK00.470.760.16
HSL22.59º66.39%52.16%-
HSV(B)22.59º75.7%83.92%-
XYZ34.2626.356.53-
YUV136.2480.46183.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=56.46%
G=29.82%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141135200.470.760.1622.5966.3952.16
HexD6713402F4C10174234
Octal32616164057114202710264
Binary1101011011100011101000101111100110010000101111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67134; }

 p { color: rgb(214,113,52); }

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

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

 a { background-color: rgb(214,113,52); }

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

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

 span { border-color: rgb(214,113,52); }

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