Html Css Color HEX #D96D24 Tahiti Gold

📋 copy color: '#D96D24'

red 217 ◦ green 109 ◦ blue 36

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

Shades of Tahiti Gold #D96D24

Tints of Tahiti Gold #D96D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 59.94%
G = 30.11%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D96D24 (or 0xD96D24) is known color: Tahiti Gold. HEX triplet: D9, 6D and 24. RGB value is (217,109,36). Sum of RGB (Red+Green+Blue) = 217+109+36=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D24 is #2692DB. Grayscale: #858585. Windows color (decimal): -2527964 or 2387417. OLE color: 2387417.

HSL color Cylindrical-coordinate representation of color #D96D24: hue angle of 24.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D96D24 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 36 -
CMYK 0 0.50 0.83 0.15
HSL 24.2º 0.72% 0.5% -
HSV(B) 24.2º 0.83% 0.85% -
XYZ 34.4 25.82 4.84 -
YUV 132.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 217 109 36 0 0.50 0.83 0.15 24.2 0.72 0.5
Hex D9 6D 24 0 32 53 F 18 48 32
Octal 331 155 44 0 62 123 17 30 110 62
Binary 11011001 1101101 100100 0 110010 1010011 1111 11000 1001000 110010

Color Harmonies of #D96D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D24

Black with #D96D24

Text Example


Text Example

White with #D96D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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