Html Css Color HEX #D96E2C Tahiti Gold

📋 copy color: '#D96E2C'

red 217 ◦ green 110 ◦ blue 44

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

Shades of Tahiti Gold #D96E2C

Tints of Tahiti Gold #D96E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 58.49%
G = 29.65%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D96E2C (or 0xD96E2C) is known color: Tahiti Gold. HEX triplet: D9, 6E and 2C. RGB value is (217,110,44). Sum of RGB (Red+Green+Blue) = 217+110+44=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E2C is #2691D3. Grayscale: #868686. Windows color (decimal): -2527700 or 2911961. OLE color: 2911961.

HSL color Cylindrical-coordinate representation of color #D96E2C: hue angle of 22.89º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D96E2C is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 44 -
CMYK 0 0.49 0.80 0.15
HSL 22.89º 0.69% 0.51% -
HSV(B) 22.89º 0.8% 0.85% -
XYZ 34.65 26.09 5.59 -
YUV 134.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 217 110 44 0 0.49 0.80 0.15 22.89 0.69 0.51
Hex D9 6E 2C 0 31 50 F 17 45 33
Octal 331 156 54 0 61 120 17 27 105 63
Binary 11011001 1101110 101100 0 110001 1010000 1111 10111 1000101 110011

Color Harmonies of #D96E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E2C

Black with #D96E2C

Text Example


Text Example

White with #D96E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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