#D67033

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

Shades of Tango #D67033

Tints of Tango #D67033

Color information

#D67033 (or 0xD67033) is unknown color: approx Tango. HEX triplet: D6, 70 and 33. RGB value is (214,112,51). Sum of RGB (Red+Green+Blue) = 214+112+51=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D67033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67033 is #298FCC. Grayscale: #878787. Windows color (decimal): -2723789 or 3371222. OLE color: 3371222.

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

Color convert

RGB21411251-
CMYK00.480.760.16
HSL22.45º66.53%51.96%-
HSV(B)22.45º76.17%83.92%-
XYZ34.1226.126.38-
YUV135.5480.29183.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=56.76%
G=29.71%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141125100.480.760.1622.4566.5351.96
HexD670330304C10164334
Octal32616063060114202610364
Binary1101011011100001100110110000100110010000101101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67033; }

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

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

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

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

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

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

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

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