Html Css Color HEX #D97120 Tahiti Gold

📋 copy color: '#D97120'

red 217 ◦ green 113 ◦ blue 32

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

Shades of Tahiti Gold #D97120

Tints of Tahiti Gold #D97120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 59.94%
G = 31.22%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D97120 (or 0xD97120) is known color: Tahiti Gold. HEX triplet: D9, 71 and 20. RGB value is (217,113,32). Sum of RGB (Red+Green+Blue) = 217+113+32=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D97120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97120 is #268EDF. Grayscale: #878787. Windows color (decimal): -2526944 or 2126297. OLE color: 2126297.

HSL color Cylindrical-coordinate representation of color #D97120: hue angle of 26.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D97120 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 32 -
CMYK 0 0.48 0.85 0.15
HSL 26.27º 0.74% 0.49% -
HSV(B) 26.27º 0.85% 0.85% -
XYZ 34.78 26.67 4.68 -
YUV 134.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 217 113 32 0 0.48 0.85 0.15 26.27 0.74 0.49
Hex D9 71 20 0 30 55 F 1A 4A 31
Octal 331 161 40 0 60 125 17 32 112 61
Binary 11011001 1110001 100000 0 110000 1010101 1111 11010 1001010 110001

Color Harmonies of #D97120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97120

Black with #D97120

Text Example


Text Example

White with #D97120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97120; }

 p { color: rgb(217,113,32); }

 H1.HeaderClassName
 {
   color: #D97120;
 }
 .AnyTagClassName
 {
   color: #D97120;
 }
</style>

background-color css

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

 a { background-color: rgb(217,113,32); }

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

border-color css

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

 span { border-color: rgb(217,113,32); }

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