#DF711E

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

Shades of Tahiti Gold #DF711E

Tints of Tahiti Gold #DF711E

Color information

#DF711E (or 0xDF711E) is unknown color: approx Tahiti Gold. HEX triplet: DF, 71 and 1E. RGB value is (223,113,30). Sum of RGB (Red+Green+Blue) = 223+113+30=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF711E is #208EE1. Grayscale: #888888. Windows color (decimal): -2133730 or 1995231. OLE color: 1995231.

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

Color convert

RGB22311330-
CMYK00.490.870.13
HSL25.8º76.28%49.61%-
HSV(B)25.8º86.55%87.45%-
XYZ36.5727.594.63-
YUV136.4367.94189.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.93%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 30 (12.11% from 255) = 8.20%
R=60.93%
G=30.87%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231133000.490.870.1325.876.2849.61
HexDF711E03157D1a4c32
Octal33716136061127153211462
Binary11011111111000111110011000110101111101110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF711E; }

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

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

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

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

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

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

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

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