#DE7B2C

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

Shades of Tahiti Gold #DE7B2C

Tints of Tahiti Gold #DE7B2C

Color information

#DE7B2C (or 0xDE7B2C) is unknown color: approx Tahiti Gold. HEX triplet: DE, 7B and 2C. RGB value is (222,123,44). Sum of RGB (Red+Green+Blue) = 222+123+44=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7B2C is #2184D3. Grayscale: #909090. Windows color (decimal): -2196692 or 2915294. OLE color: 2915294.

HSL color Cylindrical-coordinate representation of color #DE7B2C: hue angle of 26.63º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE7B2C is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22212344-
CMYK00.450.800.13
HSL26.63º72.95%52.16%-
HSV(B)26.63º80.18%87.06%-
XYZ37.6629.886.16-
YUV143.671.8183.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.07%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 44 (17.58% from 255) = 11.31%
R=57.07%
G=31.62%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221234400.450.800.1326.6372.9552.16
HexDE7B2C02D50D1b4934
Octal33617354055120153311164
Binary110111101111011101100010110110100001101110111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7B2C; }

 p { color: rgb(222,123,44); }

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

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

 a { background-color: rgb(222,123,44); }

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

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

 span { border-color: rgb(222,123,44); }

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