#DE791E

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

Shades of Tahiti Gold #DE791E

Tints of Tahiti Gold #DE791E

Color information

#DE791E (or 0xDE791E) is unknown color: approx Tahiti Gold. HEX triplet: DE, 79 and 1E. RGB value is (222,121,30). Sum of RGB (Red+Green+Blue) = 222+121+30=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE791E is #2186E1. Grayscale: #8D8D8D. Windows color (decimal): -2197218 or 1997278. OLE color: 1997278.

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

Color convert

RGB22212130-
CMYK00.450.860.13
HSL28.44º76.19%49.41%-
HSV(B)28.44º86.49%87.06%-
XYZ37.229.34.92-
YUV140.8265.46185.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.52%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=59.52%
G=32.44%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221213000.450.860.1328.4476.1949.41
HexDE791E02D56D1c4c31
Octal33617136055126153411461
Binary11011110111100111110010110110101101101111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE791E; }

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

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

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

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

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

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

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

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