Html Css Color HEX #D97129 Tahiti Gold

📋 copy color: '#D97129'

red 217 ◦ green 113 ◦ blue 41

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

Shades of Tahiti Gold #D97129

Tints of Tahiti Gold #D97129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 58.49%
G = 30.46%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D97129 (or 0xD97129) is known color: Tahiti Gold. HEX triplet: D9, 71 and 29. RGB value is (217,113,41). Sum of RGB (Red+Green+Blue) = 217+113+41=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D97129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97129 is #268ED6. Grayscale: #888888. Windows color (decimal): -2526935 or 2716121. OLE color: 2716121.

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

Color convert

RGB 217 113 41 -
CMYK 0 0.48 0.81 0.15
HSL 24.55º 0.7% 0.51% -
HSV(B) 24.55º 0.81% 0.85% -
XYZ 34.92 26.72 5.42 -
YUV 135.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 217 113 41 0 0.48 0.81 0.15 24.55 0.7 0.51
Hex D9 71 29 0 30 51 F 19 46 33
Octal 331 161 51 0 60 121 17 31 106 63
Binary 11011001 1110001 101001 0 110000 1010001 1111 11001 1000110 110011

Color Harmonies of #D97129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97129

Black with #D97129

Text Example


Text Example

White with #D97129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97129; }

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

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

background-color css

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

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

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

border-color css

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

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

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