Html Css Color HEX #D96D29 Tahiti Gold

📋 copy color: '#D96D29'

red 217 ◦ green 109 ◦ blue 41

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

Shades of Tahiti Gold #D96D29

Tints of Tahiti Gold #D96D29

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

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

R = 59.13%
G = 29.7%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D96D29 (or 0xD96D29) is known color: Tahiti Gold. HEX triplet: D9, 6D and 29. RGB value is (217,109,41). Sum of RGB (Red+Green+Blue) = 217+109+41=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D29 is #2692D6. Grayscale: #858585. Windows color (decimal): -2527959 or 2715097. OLE color: 2715097.

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

Color convert

RGB 217 109 41 -
CMYK 0 0.50 0.81 0.15
HSL 23.18º 0.7% 0.51% -
HSV(B) 23.18º 0.81% 0.85% -
XYZ 34.48 25.85 5.27 -
YUV 133.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 217 109 41 0 0.50 0.81 0.15 23.18 0.7 0.51
Hex D9 6D 29 0 32 51 F 17 46 33
Octal 331 155 51 0 62 121 17 27 106 63
Binary 11011001 1101101 101001 0 110010 1010001 1111 10111 1000110 110011

Color Harmonies of #D96D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D29

Black with #D96D29

Text Example


Text Example

White with #D96D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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