#DA7825

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

Shades of Tahiti Gold #DA7825

Tints of Tahiti Gold #DA7825

Color information

#DA7825 (or 0xDA7825) is unknown color: approx Tahiti Gold. HEX triplet: DA, 78 and 25. RGB value is (218,120,37). Sum of RGB (Red+Green+Blue) = 218+120+37=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7825 is #2587DA. Grayscale: #8C8C8C. Windows color (decimal): -2459611 or 2455770. OLE color: 2455770.

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

Color convert

RGB21812037-
CMYK00.450.830.15
HSL27.51º70.98%50%-
HSV(B)27.51º83.03%85.49%-
XYZ35.9628.475.35-
YUV139.8469.97183.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.13%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 37 (14.84% from 255) = 9.87%
R=58.13%
G=32%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181203700.450.830.1527.5170.9850
HexDA782502D53F1c4732
Octal33217045055123173410762
Binary110110101111000100101010110110100111111111001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7825; }

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

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

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

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

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

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

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

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