#DF701E

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

Shades of Tahiti Gold #DF701E

Tints of Tahiti Gold #DF701E

Color information

#DF701E (or 0xDF701E) is unknown color: approx Tahiti Gold. HEX triplet: DF, 70 and 1E. RGB value is (223,112,30). Sum of RGB (Red+Green+Blue) = 223+112+30=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF701E is #208FE1. Grayscale: #888888. Windows color (decimal): -2133986 or 1994975. OLE color: 1994975.

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

Color convert

RGB22311230-
CMYK00.500.870.13
HSL25.49º76.28%49.61%-
HSV(B)25.49º86.55%87.45%-
XYZ36.4627.374.59-
YUV135.8468.27190.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.10%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=61.10%
G=30.68%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231123000.500.870.1325.4976.2849.61
HexDF701E03257D194c32
Octal33716036062127153111462
Binary11011111111000011110011001010101111101110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF701E; }

 p { color: rgb(223,112,30); }

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

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

 a { background-color: rgb(223,112,30); }

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

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

 span { border-color: rgb(223,112,30); }

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