#D57326

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

Shades of Tahiti Gold #D57326

Tints of Tahiti Gold #D57326

Color information

#D57326 (or 0xD57326) is unknown color: approx Tahiti Gold. HEX triplet: D5, 73 and 26. RGB value is (213,115,38). Sum of RGB (Red+Green+Blue) = 213+115+38=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D57326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57326 is #2A8CD9. Grayscale: #878787. Windows color (decimal): -2788570 or 2520021. OLE color: 2520021.

HSL color Cylindrical-coordinate representation of color #D57326: hue angle of 26.4º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D57326 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21311538-
CMYK00.460.820.16
HSL26.4º69.72%49.22%-
HSV(B)26.4º82.16%83.53%-
XYZ33.9226.555.17-
YUV135.5272.97183.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.20%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 38 (15.23% from 255) = 10.38%
R=58.20%
G=31.42%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131153800.460.820.1626.469.7249.22
HexD5732602E52101a4631
Octal32516346056122203210661
Binary1101010111100111001100101110101001010000110101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57326; }

 p { color: rgb(213,115,38); }

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

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

 a { background-color: rgb(213,115,38); }

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

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

 span { border-color: rgb(213,115,38); }

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