#DF772C

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

Shades of Tahiti Gold #DF772C

Tints of Tahiti Gold #DF772C

Color information

#DF772C (or 0xDF772C) is unknown color: approx Tahiti Gold. HEX triplet: DF, 77 and 2C. RGB value is (223,119,44). Sum of RGB (Red+Green+Blue) = 223+119+44=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF772C is #2088D3. Grayscale: #8D8D8D. Windows color (decimal): -2132180 or 2914271. OLE color: 2914271.

HSL color Cylindrical-coordinate representation of color #DF772C: hue angle of 25.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF772C is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22311944-
CMYK00.470.800.13
HSL25.14º73.66%52.35%-
HSV(B)25.14º80.27%87.45%-
XYZ37.4829.066.02-
YUV141.5572.96186.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.77%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 44 (17.58% from 255) = 11.40%
R=57.77%
G=30.83%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231194400.470.800.1325.1473.6652.35
HexDF772C02F50D194a34
Octal33716754057120153111264
Binary110111111110111101100010111110100001101110011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF772C; }

 p { color: rgb(223,119,44); }

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

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

 a { background-color: rgb(223,119,44); }

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

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

 span { border-color: rgb(223,119,44); }

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