Html Css Color HEX #D97D29 Tahiti Gold

📋 copy color: '#D97D29'

red 217 ◦ green 125 ◦ blue 41

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

Shades of Tahiti Gold #D97D29

Tints of Tahiti Gold #D97D29

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

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

R = 56.66%
G = 32.64%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D97D29 (or 0xD97D29) is known color: Tahiti Gold. HEX triplet: D9, 7D and 29. RGB value is (217,125,41). Sum of RGB (Red+Green+Blue) = 217+125+41=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D29 is #2682D6. Grayscale: #8F8F8F. Windows color (decimal): -2523863 or 2719193. OLE color: 2719193.

HSL color Cylindrical-coordinate representation of color #D97D29: hue angle of 28.64º 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 #D97D29 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 125 41 -
CMYK 0 0.42 0.81 0.15
HSL 28.64º 0.7% 0.51% -
HSV(B) 28.64º 0.81% 0.85% -
XYZ 36.35 29.58 5.89 -
YUV 142.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 217 125 41 0 0.42 0.81 0.15 28.64 0.7 0.51
Hex D9 7D 29 0 2A 51 F 1D 46 33
Octal 331 175 51 0 52 121 17 35 106 63
Binary 11011001 1111101 101001 0 101010 1010001 1111 11101 1000110 110011

Color Harmonies of #D97D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D29

Black with #D97D29

Text Example


Text Example

White with #D97D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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