#DA7522

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

Shades of Tahiti Gold #DA7522

Tints of Tahiti Gold #DA7522

Color information

#DA7522 (or 0xDA7522) is unknown color: approx Tahiti Gold. HEX triplet: DA, 75 and 22. RGB value is (218,117,34). Sum of RGB (Red+Green+Blue) = 218+117+34=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7522 is #258ADD. Grayscale: #8A8A8A. Windows color (decimal): -2460382 or 2258394. OLE color: 2258394.

HSL color Cylindrical-coordinate representation of color #DA7522: hue angle of 27.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA7522 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB21811734-
CMYK00.460.840.15
HSL27.07º73.02%49.41%-
HSV(B)27.07º84.4%85.49%-
XYZ35.5627.744.99-
YUV137.7469.46185.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.08%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=59.08%
G=31.71%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181173400.460.840.1527.0773.0249.41
HexDA752202E54F1b4931
Octal33216542056124173311161
Binary110110101110101100010010111010101001111110111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7522; }

 p { color: rgb(218,117,34); }

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

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

 a { background-color: rgb(218,117,34); }

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

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

 span { border-color: rgb(218,117,34); }

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