#DF7F1F

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

Shades of Tahiti Gold #DF7F1F

Tints of Tahiti Gold #DF7F1F

Color information

#DF7F1F (or 0xDF7F1F) is unknown color: approx Tahiti Gold. HEX triplet: DF, 7F and 1F. RGB value is (223,127,31). Sum of RGB (Red+Green+Blue) = 223+127+31=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F1F is #2080E0. Grayscale: #919191. Windows color (decimal): -2130145 or 2064351. OLE color: 2064351.

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

Color convert

RGB22312731-
CMYK00.430.860.13
HSL30º75.59%49.8%-
HSV(B)30º86.1%87.45%-
XYZ38.2730.975.26-
YUV144.7663.8183.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.53%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 8.14%
R=58.53%
G=33.33%
B=8.14%

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
Decimal2231273100.430.860.133075.5949.8
HexDF7F1F02B56D1e4c32
Octal33717737053126153611462
Binary11011111111111111111010101110101101101111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F1F; }

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

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

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

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

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

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

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

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