#DA7F29

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

Shades of Tahiti Gold #DA7F29

Tints of Tahiti Gold #DA7F29

Color information

#DA7F29 (or 0xDA7F29) is unknown color: approx Tahiti Gold. HEX triplet: DA, 7F and 29. RGB value is (218,127,41). Sum of RGB (Red+Green+Blue) = 218+127+41=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F29 is #2580D6. Grayscale: #909090. Windows color (decimal): -2457815 or 2719706. OLE color: 2719706.

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

Color convert

RGB21812741-
CMYK00.420.810.15
HSL29.15º70.52%50.78%-
HSV(B)29.15º81.19%85.49%-
XYZ36.930.245.99-
YUV144.469.65180.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.48%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 41 (16.41% from 255) = 10.62%
R=56.48%
G=32.90%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181274100.420.810.1529.1570.5250.78
HexDA7F2902A51F1d4733
Octal33217751052121173510763
Binary110110101111111101001010101010100011111111011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F29; }

 p { color: rgb(218,127,41); }

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

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

 a { background-color: rgb(218,127,41); }

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

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

 span { border-color: rgb(218,127,41); }

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