#DA7525

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

Shades of Tahiti Gold #DA7525

Tints of Tahiti Gold #DA7525

Color information

#DA7525 (or 0xDA7525) is unknown color: approx Tahiti Gold. HEX triplet: DA, 75 and 25. RGB value is (218,117,37). Sum of RGB (Red+Green+Blue) = 218+117+37=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7525 is #258ADA. Grayscale: #8A8A8A. Windows color (decimal): -2460379 or 2455002. OLE color: 2455002.

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

Color convert

RGB21811737-
CMYK00.460.830.15
HSL26.52º70.98%50%-
HSV(B)26.52º83.03%85.49%-
XYZ35.6127.765.23-
YUV138.0870.96185-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.60%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 37 (14.84% from 255) = 9.95%
R=58.60%
G=31.45%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181173700.460.830.1526.5270.9850
HexDA752502E53F1b4732
Octal33216545056123173310762
Binary110110101110101100101010111010100111111110111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7525; }

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

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

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

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

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

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

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

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