#DE791D

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

Shades of Tahiti Gold #DE791D

Tints of Tahiti Gold #DE791D

Color information

#DE791D (or 0xDE791D) is unknown color: approx Tahiti Gold. HEX triplet: DE, 79 and 1D. RGB value is (222,121,29). Sum of RGB (Red+Green+Blue) = 222+121+29=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE791D is #2186E2. Grayscale: #8D8D8D. Windows color (decimal): -2197219 or 1931742. OLE color: 1931742.

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

Color convert

RGB22212129-
CMYK00.450.870.13
HSL28.6º76.89%49.22%-
HSV(B)28.6º86.94%87.06%-
XYZ37.1829.294.86-
YUV140.7164.96185.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.68%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 29 (11.72% from 255) = 7.80%
R=59.68%
G=32.53%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221212900.450.870.1328.676.8949.22
HexDE791D02D57D1d4d31
Octal33617135055127153511561
Binary11011110111100111101010110110101111101111011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE791D; }

 p { color: rgb(222,121,29); }

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

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

 a { background-color: rgb(222,121,29); }

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

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

 span { border-color: rgb(222,121,29); }

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