#D57629

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

Shades of Tahiti Gold #D57629

Tints of Tahiti Gold #D57629

Color information

#D57629 (or 0xD57629) is unknown color: approx Tahiti Gold. HEX triplet: D5, 76 and 29. RGB value is (213,118,41). Sum of RGB (Red+Green+Blue) = 213+118+41=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D57629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57629 is #2A89D6. Grayscale: #8A8A8A. Windows color (decimal): -2787799 or 2717397. OLE color: 2717397.

HSL color Cylindrical-coordinate representation of color #D57629: hue angle of 26.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D57629 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21311841-
CMYK00.450.810.16
HSL26.86º67.72%49.8%-
HSV(B)26.86º80.75%83.53%-
XYZ34.3227.265.55-
YUV137.6373.47181.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.26%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 41 (16.41% from 255) = 11.02%
R=57.26%
G=31.72%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131184100.450.810.1626.8667.7249.8
HexD5762902D51101b4432
Octal32516651055121203310462
Binary1101010111101101010010101101101000110000110111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57629; }

 p { color: rgb(213,118,41); }

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

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

 a { background-color: rgb(213,118,41); }

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

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

 span { border-color: rgb(213,118,41); }

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