#DF7D1F

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

Shades of Tahiti Gold #DF7D1F

Tints of Tahiti Gold #DF7D1F

Color information

#DF7D1F (or 0xDF7D1F) is unknown color: approx Tahiti Gold. HEX triplet: DF, 7D and 1F. RGB value is (223,125,31). Sum of RGB (Red+Green+Blue) = 223+125+31=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D1F is #2082E0. Grayscale: #909090. Windows color (decimal): -2130657 or 2063839. OLE color: 2063839.

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

Color convert

RGB22312531-
CMYK00.440.860.13
HSL29.38º75.59%49.8%-
HSV(B)29.38º86.1%87.45%-
XYZ38.0130.455.17-
YUV143.5964.47184.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.84%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 31 (12.5% from 255) = 8.18%
R=58.84%
G=32.98%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231253100.440.860.1329.3875.5949.8
HexDF7D1F02C56D1d4c32
Octal33717537054126153511462
Binary11011111111110111111010110010101101101111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D1F; }

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

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

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

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

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

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

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

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