Html Css Color HEX #D97327 Tahiti Gold

📋 copy color: '#D97327'

red 217 ◦ green 115 ◦ blue 39

#D97327
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahiti Gold #D97327

Tints of Tahiti Gold #D97327

RGB

 RED value IS 217 (85.16% from 255) = 58.49%

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 58.49%
G = 31%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D97327 (or 0xD97327) is known color: 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

RGB 217 115 39 -
CMYK 0 0.47 0.82 0.15
HSL 25.62º 0.7% 0.5% -
HSV(B) 25.62º 0.82% 0.85% -
XYZ 35.11 27.16 5.31 -
YUV 136.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 217 115 39 0 0.47 0.82 0.15 25.62 0.7 0.5
Hex D9 73 27 0 2F 52 F 1A 46 32
Octal 331 163 47 0 57 122 17 32 106 62
Binary 11011001 1110011 100111 0 101111 1010010 1111 11010 1000110 110010

Color Harmonies of #D97327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97327

Black with #D97327

Text Example


Text Example

White with #D97327

Text Example


Text Example

HTML Codes & Css Web 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>