#DA7625

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

Shades of Tahiti Gold #DA7625

Tints of Tahiti Gold #DA7625

Color information

#DA7625 (or 0xDA7625) is unknown color: approx Tahiti Gold. HEX triplet: DA, 76 and 25. RGB value is (218,118,37). Sum of RGB (Red+Green+Blue) = 218+118+37=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7625 is #2589DA. Grayscale: #8B8B8B. Windows color (decimal): -2460123 or 2455258. OLE color: 2455258.

HSL color Cylindrical-coordinate representation of color #DA7625: hue angle of 26.85º 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 #DA7625 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21811837-
CMYK00.460.830.15
HSL26.85º70.98%50%-
HSV(B)26.85º83.03%85.49%-
XYZ35.73285.27-
YUV138.6770.63184.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.45%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 37 (14.84% from 255) = 9.92%
R=58.45%
G=31.64%
B=9.92%

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
Decimal2181183700.460.830.1526.8570.9850
HexDA762502E53F1b4732
Octal33216645056123173310762
Binary110110101110110100101010111010100111111110111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7625; }

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

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

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

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

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

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

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

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