#D97327

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

Shades of Tahiti Gold #D97327

Tints of Tahiti Gold #D97327

Color information

#D97327 (or 0xD97327) is unknown color: approx Tahiti Gold. HEX triplet: D9, 73 and 27. RGB value is (217,115,39). Sum of RGB (Red+Green+Blue) = 217+115+39=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D97327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97327 is #268CD8. Grayscale: #898989. Windows color (decimal): -2526425 or 2585561. OLE color: 2585561.

HSL color Cylindrical-coordinate representation of color #D97327: hue angle of 25.62º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D97327 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB21711539-
CMYK00.470.820.15
HSL25.62º70.08%50.2%-
HSV(B)25.62º82.03%85.1%-
XYZ35.1127.165.31-
YUV136.8372.79185.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.49%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=58.49%
G=31.00%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171153900.470.820.1525.6270.0850.2
HexD9732702F52F1a4632
Octal33116347057122173210662
Binary110110011110011100111010111110100101111110101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97327; }

 p { color: rgb(217,115,39); }

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

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

 a { background-color: rgb(217,115,39); }

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

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

 span { border-color: rgb(217,115,39); }

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