Html Css Color HEX #D96E26 Tahiti Gold

📋 copy color: '#D96E26'

red 217 ◦ green 110 ◦ blue 38

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

Shades of Tahiti Gold #D96E26

Tints of Tahiti Gold #D96E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.41%

R = 59.45%
G = 30.14%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D96E26 (or 0xD96E26) is known color: Tahiti Gold. HEX triplet: D9, 6E and 26. RGB value is (217,110,38). Sum of RGB (Red+Green+Blue) = 217+110+38=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E26 is #2691D9. Grayscale: #868686. Windows color (decimal): -2527706 or 2518745. OLE color: 2518745.

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

Color convert

RGB 217 110 38 -
CMYK 0 0.49 0.82 0.15
HSL 24.13º 0.7% 0.5% -
HSV(B) 24.13º 0.82% 0.85% -
XYZ 34.54 26.04 5.04 -
YUV 133.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 217 110 38 0 0.49 0.82 0.15 24.13 0.7 0.5
Hex D9 6E 26 0 31 52 F 18 46 32
Octal 331 156 46 0 61 122 17 30 106 62
Binary 11011001 1101110 100110 0 110001 1010010 1111 11000 1000110 110010

Color Harmonies of #D96E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E26

Black with #D96E26

Text Example


Text Example

White with #D96E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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