#DE7029

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

Shades of Tahiti Gold #DE7029

Tints of Tahiti Gold #DE7029

Color information

#DE7029 (or 0xDE7029) is unknown color: approx Tahiti Gold. HEX triplet: DE, 70 and 29. RGB value is (222,112,41). Sum of RGB (Red+Green+Blue) = 222+112+41=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7029 is #218FD6. Grayscale: #898989. Windows color (decimal): -2199511 or 2715870. OLE color: 2715870.

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

Color convert

RGB22211241-
CMYK00.500.820.13
HSL23.54º73.28%51.57%-
HSV(B)23.54º81.53%87.06%-
XYZ36.3227.285.45-
YUV136.873.94188.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.2%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 41 (16.41% from 255) = 10.93%
R=59.2%
G=29.87%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221124100.500.820.1323.5473.2851.57
HexDE702903252D184934
Octal33616051062122153011164
Binary110111101110000101001011001010100101101110001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7029; }

 p { color: rgb(222,112,41); }

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

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

 a { background-color: rgb(222,112,41); }

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

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

 span { border-color: rgb(222,112,41); }

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