#DA772C

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

Shades of Tahiti Gold #DA772C

Tints of Tahiti Gold #DA772C

Color information

#DA772C (or 0xDA772C) is unknown color: approx Tahiti Gold. HEX triplet: DA, 77 and 2C. RGB value is (218,119,44). Sum of RGB (Red+Green+Blue) = 218+119+44=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA772C is #2588D3. Grayscale: #8C8C8C. Windows color (decimal): -2459860 or 2914266. OLE color: 2914266.

HSL color Cylindrical-coordinate representation of color #DA772C: hue angle of 25.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA772C is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21811944-
CMYK00.450.800.15
HSL25.86º70.16%51.37%-
HSV(B)25.86º79.82%85.49%-
XYZ35.9628.285.95-
YUV140.0573.8183.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.22%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 44 (17.58% from 255) = 11.55%
R=57.22%
G=31.23%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181194400.450.800.1525.8670.1651.37
HexDA772C02D50F1a4633
Octal33216754055120173210663
Binary110110101110111101100010110110100001111110101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA772C; }

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

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

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

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

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

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

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

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