Html Css Color HEX #D96E25 Tahiti Gold

📋 copy color: '#D96E25'

red 217 ◦ green 110 ◦ blue 37

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

Shades of Tahiti Gold #D96E25

Tints of Tahiti Gold #D96E25

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.22%

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 59.62%
G = 30.22%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D96E25 (or 0xD96E25) is known color: Tahiti Gold. HEX triplet: D9, 6E and 25. RGB value is (217,110,37). Sum of RGB (Red+Green+Blue) = 217+110+37=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E25 is #2691DA. Grayscale: #868686. Windows color (decimal): -2527707 or 2453209. OLE color: 2453209.

HSL color Cylindrical-coordinate representation of color #D96E25: hue angle of 24.33º degrees, saturation: 0.71, 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 #D96E25 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 37 -
CMYK 0 0.49 0.83 0.15
HSL 24.33º 0.71% 0.5% -
HSV(B) 24.33º 0.83% 0.85% -
XYZ 34.53 26.04 4.96 -
YUV 133.67 73.45 187.44 -
System Red Green Blue C M Y K H S L
Decimal 217 110 37 0 0.49 0.83 0.15 24.33 0.71 0.5
Hex D9 6E 25 0 31 53 F 18 47 32
Octal 331 156 45 0 61 123 17 30 107 62
Binary 11011001 1101110 100101 0 110001 1010011 1111 11000 1000111 110010

Color Harmonies of #D96E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E25

Black with #D96E25

Text Example


Text Example

White with #D96E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E25; }

 p { color: rgb(217,110,37); }

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

background-color css

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

 a { background-color: rgb(217,110,37); }

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

border-color css

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

 span { border-color: rgb(217,110,37); }

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