#DE7F1F

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

Shades of Tahiti Gold #DE7F1F

Tints of Tahiti Gold #DE7F1F

Color information

#DE7F1F (or 0xDE7F1F) is unknown color: approx Tahiti Gold. HEX triplet: DE, 7F and 1F. RGB value is (222,127,31). Sum of RGB (Red+Green+Blue) = 222+127+31=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7F1F is #2180E0. Grayscale: #909090. Windows color (decimal): -2195681 or 2064350. OLE color: 2064350.

HSL color Cylindrical-coordinate representation of color #DE7F1F: hue angle of 30.16º 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 #DE7F1F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22212731-
CMYK00.430.860.13
HSL30.16º75.49%49.61%-
HSV(B)30.16º86.04%87.06%-
XYZ37.9630.815.24-
YUV144.4663.97183.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.42%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 31 (12.5% from 255) = 8.16%
R=58.42%
G=33.42%
B=8.16%

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
Decimal2221273100.430.860.1330.1675.4949.61
HexDE7F1F02B56D1e4b32
Octal33617737053126153611362
Binary11011110111111111111010101110101101101111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7F1F; }

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

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

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

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

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

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

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

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