#DE7E1F

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

Shades of Tahiti Gold #DE7E1F

Tints of Tahiti Gold #DE7E1F

Color information

#DE7E1F (or 0xDE7E1F) is unknown color: approx Tahiti Gold. HEX triplet: DE, 7E and 1F. RGB value is (222,126,31). Sum of RGB (Red+Green+Blue) = 222+126+31=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7E1F is #2181E0. Grayscale: #909090. Windows color (decimal): -2195937 or 2064094. OLE color: 2064094.

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

Color convert

RGB22212631-
CMYK00.430.860.13
HSL29.84º75.49%49.61%-
HSV(B)29.84º86.04%87.06%-
XYZ37.8330.555.2-
YUV143.8764.3183.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.58%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 31 (12.5% from 255) = 8.18%
R=58.58%
G=33.25%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221263100.430.860.1329.8475.4949.61
HexDE7E1F02B56D1e4b32
Octal33617637053126153611362
Binary11011110111111011111010101110101101101111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E1F; }

 p { color: rgb(222,126,31); }

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

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

 a { background-color: rgb(222,126,31); }

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

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

 span { border-color: rgb(222,126,31); }

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