#D67533

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

Shades of Tango #D67533

Tints of Tango #D67533

Color information

#D67533 (or 0xD67533) is unknown color: approx Tango. HEX triplet: D6, 75 and 33. RGB value is (214,117,51). Sum of RGB (Red+Green+Blue) = 214+117+51=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D67533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67533 is #298ACC. Grayscale: #8A8A8A. Windows color (decimal): -2722509 or 3372502. OLE color: 3372502.

HSL color Cylindrical-coordinate representation of color #D67533: hue angle of 24.29º degrees, saturation: 0.67, 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 #D67533 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21411751-
CMYK00.450.760.16
HSL24.29º66.53%51.96%-
HSV(B)24.29º76.17%83.92%-
XYZ34.6927.266.56-
YUV138.4878.64181.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.02%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=56.02%
G=30.63%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141175100.450.760.1624.2966.5351.96
HexD6753302D4C10184334
Octal32616563055114203010364
Binary1101011011101011100110101101100110010000110001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67533; }

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

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

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

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

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

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

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

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